web/src/views/modules/basicInfo/XhProductModel-AddOrUpdate.vue
@@ -56,10 +56,10 @@ if (params.type === 'xh') { this.isShow = false this.dataForm.pid = null this.dataForm.productType = 5 this.dataForm.productType = 1 } else if (params.type === 'zt') { this.dataForm.pid = params.pid this.dataForm.productType = 4 this.dataForm.productType = 2 this.getProductList() } else { this.dataForm.pid = params.pid @@ -104,7 +104,7 @@ async formSubmit() { let flag = true if (this.isShow) { if (this.dataForm.productType === '5') { if (this.dataForm.productType === '1') { this.$alert("不支持新增此节点") flag = false }