This commit is contained in:
Chengliang 2024-05-15 09:46:34 +08:00
parent 928cde9804
commit dc077e9fa6
1 changed files with 16 additions and 13 deletions

View File

@ -476,19 +476,22 @@ export class PathBaseSet {
@action('保存提醒设置') @action('保存提醒设置')
saveRemindSet = () => { saveRemindSet = () => {
let formParams = this.remindSetForm.getFormParams(); // let formParams = this.remindSetForm.getFormParams();
let params = { // let params = {
alterRemindNodes : this.alterRemindNodes, // alterRemindNodes : this.alterRemindNodes,
editType : "RemindSet", // editType : "RemindSet",
workflowId : this.workflowId, // workflowId : this.workflowId,
...formParams, // ...formParams,
...this.urlParams, // ...this.urlParams,
}; // };
API.editWorkflow(params).then((data) => { // API.editWorkflow(params).then((data) => {
if(data.edit_status == "success") { // if(data.edit_status == "success") {
this.setShowRemindNodeSetDialog(true); // this.setShowRemindNodeSetDialog(true);
} // }
}); // });
alert(1);
//二开去除
this.setShowRemindNodeSetDialog(true);
} }
@action @action
saveNewVersion = (params, callback) => { saveNewVersion = (params, callback) => {