This commit is contained in:
2025-08-19 17:35:29 +08:00
parent ba34cfb459
commit 65fb5633a1
6 changed files with 39 additions and 31 deletions

View File

@@ -40,7 +40,8 @@ export default {
setJxtTime: this.$store.getters.setJxtTime,
pageNo: this.$store.getters.pageNo,
iskb: '',
secCode: this.$store.getters.secCode
secCode: this.$store.getters.secCode,
selSecArr: this.$store.getters.selSecArr
}
this.$store.dispatch('setConfig', obj)
this.$router.push('/setup')