修改流程详情
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user