瀏覽代碼

Update index.vue

macro 5 年之前
父節點
當前提交
dd518a97f3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/pms/productAttr/index.vue

+ 1 - 1
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: '添加成功',