fix : 细节优化
This commit is contained in:
@@ -290,7 +290,7 @@ const doPublish = () => {
|
||||
addProcessDefinition(template).then(res => {
|
||||
if (res.code === 1000) {
|
||||
ElMessage.success(res.msg)
|
||||
// this.$router.push("/formsPanel")
|
||||
router.push("/workflow/process")
|
||||
} else {
|
||||
ElMessage.error(res.msg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user