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