|
|
@@ -1380,17 +1380,18 @@
|
|
|
type: 'success',
|
|
|
message: res.data.message
|
|
|
})
|
|
|
- this.btnloading = false
|
|
|
- this.dialogSecUnitSeparateVisible = false
|
|
|
_this.getEntityById()
|
|
|
_this.isAccess()
|
|
|
+ _this.$refs['WfHistory'].getHistoryTask()
|
|
|
+ _this.btnloading = false
|
|
|
+ _this.dialogSecUnitSeparateVisible = false
|
|
|
} else {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
message: res.data.message
|
|
|
})
|
|
|
}
|
|
|
- this.btnloading = false
|
|
|
+ _this.btnloading = false
|
|
|
}).catch(err => {
|
|
|
console.error(err)
|
|
|
this.btnloading = false
|
|
|
@@ -1483,6 +1484,7 @@
|
|
|
})
|
|
|
_this.getEntityById()
|
|
|
_this.isAccess()
|
|
|
+ _this.$refs['WfHistory'].getHistoryTask()
|
|
|
} else {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
@@ -1601,13 +1603,14 @@
|
|
|
_this.dialogBusinessOfficeSeparateAuditVisible = false
|
|
|
_this.getEntityById()
|
|
|
_this.isAccess()
|
|
|
+ _this.$refs['WfHistory'].getHistoryTask()
|
|
|
} else {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
message: res.data.message
|
|
|
})
|
|
|
}
|
|
|
- this.btnloading = false
|
|
|
+ _this.btnloading = false
|
|
|
}).catch(err => {
|
|
|
console.error(err)
|
|
|
})
|
|
|
@@ -1637,17 +1640,18 @@
|
|
|
type: 'success',
|
|
|
message: res.data.message
|
|
|
})
|
|
|
- _this.dialogConcentrateAuditVisible = false
|
|
|
- _this.btnloading = false
|
|
|
_this.getEntityById()
|
|
|
_this.isAccess()
|
|
|
+ _this.$refs['WfHistory'].getHistoryTask()
|
|
|
+ _this.dialogConcentrateAuditVisible = false
|
|
|
+ _this.btnloading = false
|
|
|
} else {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
message: res.data.message
|
|
|
})
|
|
|
}
|
|
|
- this.btnloading = false
|
|
|
+ _this.btnloading = false
|
|
|
}).catch(err => {
|
|
|
console.error(err)
|
|
|
})
|