update 优化 流程定义页面 点击复制之后跳转到未发布列表
This commit is contained in:
parent
7831933388
commit
960a70ffb6
@ -487,6 +487,7 @@ const handleCopyDef = async (row: FlowDefinitionVo) => {
|
||||
copy(row.id).then((resp) => {
|
||||
if (resp.code === 200) {
|
||||
proxy?.$modal.msgSuccess('操作成功');
|
||||
activeName.value = "1"
|
||||
handleQuery();
|
||||
}
|
||||
}).finally(() => loading.value = false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user