Просмотр исходного кода

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

zpf 1 год назад
Родитель
Сommit
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();
+      }
     },
   },
 };