提交 9b60f37d 编写于 作者: KK's avatar KK

表单保存事件逻辑调整

上级 055babed
...@@ -1194,7 +1194,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators'; ...@@ -1194,7 +1194,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
return; return;
} }
this.save({}, undefined, false).then((res) =>{ this.save({}, undefined, false).then((res) =>{
this.saveState(res); //this.saveState(res);
if(Object.is(_this.currentAction, "saveAndNew")){ if(Object.is(_this.currentAction, "saveAndNew")){
_this.ResetData(res); _this.ResetData(res);
_this.loadDraft({}); _this.loadDraft({});
......
...@@ -1310,7 +1310,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators'; ...@@ -1310,7 +1310,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
return; return;
} }
this.save({}, undefined, false).then((res) =>{ this.save({}, undefined, false).then((res) =>{
this.saveState(res); //this.saveState(res);
if(Object.is(_this.currentAction, "saveAndNew")){ if(Object.is(_this.currentAction, "saveAndNew")){
_this.ResetData(res); _this.ResetData(res);
_this.loadDraft({}); _this.loadDraft({});
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册