Commit e8b89802 by liangjianmin

fix(transfer): 添加页面显示时重置变更状态

- 在onShow生命周期中调用resetChange方法
- 确保页面每次显示时重置变更状态,避免数据残留
parent 2068449b
Showing with 1 additions and 0 deletions
......@@ -83,6 +83,7 @@
this.getData();
},
onShow() {
this.resetChange();
this.getData();
},
methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment