소스 검색

Merge branch 'master' of http://114.244.114.158:8802/siwei/real3d-portalsite

zpf 1 년 전
부모
커밋
23b0403ef4
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/views/complianceAnalysis/index.vue

+ 4 - 1
src/views/complianceAnalysis/index.vue

@@ -78,7 +78,10 @@ export default {
       if (newValue != "hgxfx") this.$refs.hgxfx.reset();
       if (newValue != "lsju") this.$refs.lsju.reset();
       if (newValue != "scjg") this.$refs.scjg.reset();
-      if (newValue == "lsju") this.$refs.lsju.changeForm();
+      if (newValue == "lsju") {
+        this.$refs.lsju.reset();
+        this.$refs.lsju.changeForm();
+      }
     },
   },
 };