提交 d5b8a64e 作者: 施汉文

Merge branch '7.9.6' into 7.9.7

...@@ -367,6 +367,9 @@ ...@@ -367,6 +367,9 @@
} else { } else {
// 新建态:先重置为默认空表单(常驻组件不会自动清空),再恢复 vuex 缓存 // 新建态:先重置为默认空表单(常驻组件不会自动清空),再恢复 vuex 缓存
this.reportForm = this.getDefaultReportForm() this.reportForm = this.getDefaultReportForm()
// 生态运营是组件级状态(不在 reportForm 内),需单独清空,否则提交/关闭后重开会残留旧人员回显
this.eco_user_list = []
this.zyou_server_id_list = []
const cache = this.$store.state.game.reportDrawerCache const cache = this.$store.state.game.reportDrawerCache
if (cache) { if (cache) {
this.reportForm = this.$clone(cache) this.reportForm = this.$clone(cache)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论