删除接口

This commit is contained in:
打豆豆 2023-12-07 15:50:05 +08:00
parent b8356bc88c
commit be15c443e1

View File

@ -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) {