|
|
@@ -476,7 +476,7 @@
|
|
|
await processInstanceCreateAPI(this.form);
|
|
|
this.loading = false;
|
|
|
this.$message('提交审核成功');
|
|
|
- this.$emit('reload');
|
|
|
+ // this.$emit('reload');
|
|
|
this.cancel();
|
|
|
} catch (error) {}
|
|
|
this.loading = false;
|
|
|
@@ -490,10 +490,11 @@
|
|
|
await this[this.apiFunName](params);
|
|
|
//await processInstanceUpdateStatusAPI(params);
|
|
|
this.$message('提交发布成功');
|
|
|
- this.$emit('reload');
|
|
|
+ // this.$emit('reload');
|
|
|
this.cancel();
|
|
|
},
|
|
|
cancel() {
|
|
|
+ this.$emit('reload');
|
|
|
this.$emit('update:processSubmitDialogFlag', false);
|
|
|
}
|
|
|
}
|