src/views/productManage/productRegisterForm/addProductRegisterPage.vue
@@ -987,7 +987,7 @@ getSelectDataList() { //车间 getDictList({ dictType: 1, dictType: 2, }).then((res) => { if (res.code == 200) { this.nameList = res.data || []; @@ -1004,7 +1004,7 @@ }); //庄口 getDictList({ dictType: 0, dictType: 1, }).then((res) => { if (res.code == 200) { this.marketList = res.data || [];