diff --git a/src/components/case/index.vue b/src/components/case/index.vue
index 6fa6757..14df3d2 100644
--- a/src/components/case/index.vue
+++ b/src/components/case/index.vue
@@ -237,6 +237,10 @@ export default {
vm.passToParent(vm.countString);
}
}
+ },
+ requires(newVal) {
+ console.log('new_requires')
+ console.log(newVal)
}
},
props: {
@@ -593,7 +597,7 @@ export default {
message: '提交成功'
});
}
- this.requires = list
+ this.requires.splice(0, this.requires.length, ...list)
}
this.loading = false
}).catch((error)=>{
diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue
index b6dec6b..de40aa6 100644
--- a/src/pages/counter/list/index.vue
+++ b/src/pages/counter/list/index.vue
@@ -1057,11 +1057,11 @@ export default {
}
if(sessionStorage.getItem('businessSelect')) {
// 调试时注释掉
- this.$store.commit('system/setBusinessSelect', JSON.parse(sessionStorage.getItem('businessSelect')))
+ // this.$store.commit('system/setBusinessSelect', JSON.parse(sessionStorage.getItem('businessSelect')))
}
window.addEventListener("beforeunload",()=>{
sessionStorage.setItem('businessKey', this.$store.state.system.businessKey)
- sessionStorage.setItem('businessSelect', JSON.stringify(this.$store.state.system.businessSelect))
+ // sessionStorage.setItem('businessSelect', JSON.stringify(this.$store.state.system.businessSelect))
})
this.startPlay()
console.log('startPlay')
diff --git a/src/pages/manage/list/ImportantCash/controlCash/cashOut.vue b/src/pages/manage/list/ImportantCash/controlCash/cashOut.vue
index f053bd8..007f15b 100644
--- a/src/pages/manage/list/ImportantCash/controlCash/cashOut.vue
+++ b/src/pages/manage/list/ImportantCash/controlCash/cashOut.vue
@@ -124,7 +124,7 @@
-