Parcourir la source

合规性分析调整

maxiaoxiao il y a 1 an
Parent
commit
5eab294830
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  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();
+      }
     },
   },
 };