System: 增加工单流程生成的代码
@ -96,7 +96,7 @@
</template>
</el-table-column>
</el-table>
<pagination
v-show="total>0"
:total="total"
@ -127,7 +127,7 @@
<script>
import { listWfprocess, getWfprocess, delWfprocess, addWfprocess, updateWfprocess } from "@/api/system/wfprocess";
import { listWfprocess, getWfprocess, delWfprocess, addWfprocess, updateWfprocess } from "@/api/system/common/wfprocess";
export default {
name: "Wfprocess",