Explorar o código

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

zpf hai 1 ano
pai
achega
23b0403ef4
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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();
+      }
     },
   },
 };