소스 검색

Merge branch 'test' into ChronicMag_zxc

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

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

@@ -554,7 +554,7 @@
           } else if (this.form.region1 == 5) {//化验
             tmpArr = [12]
           }else if(this.form.region1 == 3){//其他史
-            tmpArr = [55,56,57,58,59,60,61,62,63,64,65,66,67]
+            tmpArr = [21,22,23,24,25,38,39,55,56,57,58,59,60,61,62,63,64,65,66,67]
           }
           let params = {
             "libType": tmpArr,

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

@@ -471,7 +471,7 @@ export default {
         } else if (this.form.region1 == 5) {//化验
           tmpArr = [12]
         }else if(this.form.region1 == 3){//其他史
-          tmpArr = [55,56,57,58,59,60,61,62,63,64,65,66,67]
+          tmpArr = [21,22,23,24,25,38,39,55,56,57,58,59,60,61,62,63,64,65,66,67]
         }
         let params = {
           "libType": tmpArr,