|
@@ -78,7 +78,10 @@ export default {
|
|
if (newValue != "hgxfx") this.$refs.hgxfx.reset();
|
|
if (newValue != "hgxfx") this.$refs.hgxfx.reset();
|
|
if (newValue != "lsju") this.$refs.lsju.reset();
|
|
if (newValue != "lsju") this.$refs.lsju.reset();
|
|
if (newValue != "scjg") this.$refs.scjg.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();
|
|
|
|
+ }
|
|
},
|
|
},
|
|
},
|
|
},
|
|
};
|
|
};
|