修改流程详情

This commit is contained in:
范强强
2024-01-30 10:54:04 +08:00
parent 9806c46e04
commit 9129144350
@@ -361,7 +361,11 @@
if (res.success) {
this.drawerModal = false
this.$message.success('调整成功')
this.processNum()
if (this.$route.query.oldAndNew == 'new' && this.$route.query.flowType == '3') {
this.getProcessList()
} else {
this.processNum()
}
this.processTable()
} else {
this.$message.warning(res.message)
@@ -1346,7 +1350,11 @@
if (res.success) {
this.drawerModal = false
this.$message.success('调整成功')
this.processNum()
if (this.$route.query.oldAndNew == 'new' && this.$route.query.flowType == '3') {
this.getProcessList()
} else {
this.processNum()
}
this.processTable()
} else {
this.$message.warning(res.message)