commit
144dff42d4
@ -642,7 +642,6 @@ export default {
|
||||
created() {
|
||||
this.getList();
|
||||
this.getTreeselect();
|
||||
this.listMesArr();
|
||||
},
|
||||
methods: {
|
||||
/** 查询物料编码列表 */
|
||||
@ -659,13 +658,6 @@ export default {
|
||||
this.workshopOptions = response.data;
|
||||
});
|
||||
},
|
||||
|
||||
listMesArr() {
|
||||
listMes().then((response) => {
|
||||
console.log(response);
|
||||
this.listTypeArr = response.data;
|
||||
});
|
||||
},
|
||||
/** 转换设备类型数据结构 */
|
||||
normalizer(node) {
|
||||
if (node.children && !node.children.length) {
|
||||
|
Loading…
Reference in New Issue
Block a user