Преглед изворни кода

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

Luolei пре 6 година
родитељ
комит
c09d7462e6
1 измењених фајлова са 1 додато и 1 уклоњено
  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) => {