소스 검색

化验类型和标签系统名称判断条件修改

Luolei 6 년 전
부모
커밋
c863ca38ae
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/icss/PubIndeptTag.vue

+ 2 - 2
src/components/icss/PubIndeptTag.vue

@@ -250,7 +250,7 @@
           '1':['1','2','5','6','7','11','99'],
           '3':['1','2','5','6','7', '11',],
           '4':['1','2','6','7', '11',],
-          '5':['1','7']
+          '5':['1','6']
         },
         rules: {
           region1: [
@@ -337,7 +337,7 @@
         if(this.form.region3.trim() == ''){ return }
         let param = {
           "existName": this.form.region3,
-          "type": this.form.region1,
+          // "type": this.form.region1,
           "notIds":[this.$props.editData.id]
         };
         api.validateSystomName(param).then((res) => {