This commit is contained in:
parent
928cde9804
commit
dc077e9fa6
|
|
@ -476,19 +476,22 @@ export class PathBaseSet {
|
|||
|
||||
@action('保存提醒设置')
|
||||
saveRemindSet = () => {
|
||||
let formParams = this.remindSetForm.getFormParams();
|
||||
let params = {
|
||||
alterRemindNodes : this.alterRemindNodes,
|
||||
editType : "RemindSet",
|
||||
workflowId : this.workflowId,
|
||||
...formParams,
|
||||
...this.urlParams,
|
||||
};
|
||||
API.editWorkflow(params).then((data) => {
|
||||
if(data.edit_status == "success") {
|
||||
this.setShowRemindNodeSetDialog(true);
|
||||
}
|
||||
});
|
||||
// let formParams = this.remindSetForm.getFormParams();
|
||||
// let params = {
|
||||
// alterRemindNodes : this.alterRemindNodes,
|
||||
// editType : "RemindSet",
|
||||
// workflowId : this.workflowId,
|
||||
// ...formParams,
|
||||
// ...this.urlParams,
|
||||
// };
|
||||
// API.editWorkflow(params).then((data) => {
|
||||
// if(data.edit_status == "success") {
|
||||
// this.setShowRemindNodeSetDialog(true);
|
||||
// }
|
||||
// });
|
||||
alert(1);
|
||||
//二开去除
|
||||
this.setShowRemindNodeSetDialog(true);
|
||||
}
|
||||
@action
|
||||
saveNewVersion = (params, callback) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue