|
|
@@ -141,13 +141,11 @@
|
|
|
import { getTreeByPid } from '@/api/classifyManage';
|
|
|
import { getListAndBom } from '@/api/classifyManage/itemInformation.js';
|
|
|
import workingProcedure from '@/views/material/BOMmanage/components/workingProcedure.vue';
|
|
|
- import userSettingMatterProcess from './user-setting-matter-process.vue';
|
|
|
import { getMbomPage } from '@/api/material/BOM.js';
|
|
|
|
|
|
export default {
|
|
|
components: {
|
|
|
- workingProcedure,
|
|
|
- userSettingMatterProcess
|
|
|
+ workingProcedure
|
|
|
},
|
|
|
computed: {
|
|
|
categoryColumns() {
|