提交 2fcccb73 作者: 施汉文

fix(reportPopup): clear eco-related state when reset report form

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