@@ -273,13 +273,6 @@ export default {
if (newValue != "hgxsc") this.reset();
},
-
- // watch(
- // () => prop.activeTabs,
- // (newValue, oldValue) => {
- // if (prop.activeTabs != "scjg") this.reset();
- // }
- // );
};
</script>