Browse Source

不同归属下的标签系统名称也不能相同

Luolei 6 years ago
parent
commit
c09d7462e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/icss/PubTagGroup.vue

+ 1 - 1
src/components/icss/PubTagGroup.vue

@@ -342,7 +342,7 @@ export default {
       if(this.form.region3.trim() == ''){ return }
       let param = {
         "existName": this.form.region3,     
-        "type": this.form.region1,
+        // "type": this.form.region1,
         "notTagType":[8],        //去掉文字标签查重
       }
       api.validateSystomName(param).then((res) => {