This commit is contained in:
parent
928cde9804
commit
dc077e9fa6
|
|
@ -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) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue