src/views/productManage/productRegisterForm/addProductRegisterPage.vue @@ -996,7 +996,7 @@ }); //规格 getDictList({ dictType: 3, dictType: 4, }).then((res) => { if (res.code == 200) { this.specList = res.data || [];