Explorar o código

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

Luolei %!s(int64=6) %!d(string=hai) anos
pai
achega
c09d7462e6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) => {