BPM 模型重构 2:导入流程时,只填写 name、description、key

This commit is contained in:
YunaiV
2022-01-11 21:06:54 +08:00
parent c4950e1b13
commit 62b720a5d0
6 changed files with 52 additions and 16 deletions

View File

@ -307,7 +307,7 @@ export default {
return;
}
createModel(this.form).then(response => {
this.msgSuccess("新成功");
this.msgSuccess("新建流程模型成功");
this.open = false;
this.getList();
});
@ -404,7 +404,7 @@ export default {
// 重置表单
this.uploadClose();
// 提示,并刷新
this.msgSuccess("上传成功!请点击【设计流程】按钮,进行编辑保存后,才可以进行【发布流程】");
this.msgSuccess("导入流程模型成功");
this.getList();
},
uploadClose() {