diff --git a/src/views/pms/productAttr/index.vue b/src/views/pms/productAttr/index.vue index 8fc2c70..1d3e69f 100644 --- a/src/views/pms/productAttr/index.vue +++ b/src/views/pms/productAttr/index.vue @@ -168,7 +168,7 @@ if (valid) { let data = new URLSearchParams(); data.append("name",this.productAttrCate.name); - if(this.dialogTitle==="添加品牌"){ + if(this.dialogTitle==="添加类型"){ createProductAttrCate(data).then(response=>{ this.$message({ message: '添加成功',