From dd518a97f352678cbcdfa66d459f2d40cdbf04f2 Mon Sep 17 00:00:00 2001 From: macro Date: Sun, 25 Aug 2019 15:44:55 +0800 Subject: [PATCH] Update index.vue --- src/views/pms/productAttr/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: '添加成功',