Commit e09e8fc5 by WH

添加快照

parent b0c5f12d
...@@ -76,6 +76,9 @@ export default { ...@@ -76,6 +76,9 @@ export default {
{ {
this.updateModel(rtnmsg.data) this.updateModel(rtnmsg.data)
//TODO 处理数据逻辑 //TODO 处理数据逻辑
if(this.isInDisplay){
this.restoreDisplay();
}
} }
else else
......
...@@ -126,6 +126,9 @@ export default { ...@@ -126,6 +126,9 @@ export default {
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
this.updateModel(rtnmsg.data) this.updateModel(rtnmsg.data)
//TODO 处理数据逻辑 //TODO 处理数据逻辑
if(this.isInDisplay){
this.restoreDisplay();
}
} else { } else {
this.$notify.error({title: '错误', message: '服务请求失败!'}); this.$notify.error({title: '错误', message: '服务请求失败!'});
......
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 to comment