|
|
@@ -1298,13 +1298,14 @@
|
|
|
this.getEntityById()
|
|
|
this.isAccess()
|
|
|
// this.$router.push('/')
|
|
|
+ this.btnLoading = false
|
|
|
} else {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
message: res.data.message
|
|
|
})
|
|
|
+ this.btnLoading = false
|
|
|
}
|
|
|
- this.btnLoading = false
|
|
|
}).catch(err => {
|
|
|
this.dialogVisibleBack = false
|
|
|
this.btnLoading = false
|
|
|
@@ -1337,14 +1338,15 @@
|
|
|
type: 'success',
|
|
|
message: res.data.message
|
|
|
})
|
|
|
+ this.btnLoading = false
|
|
|
} else {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
message: res.data.message
|
|
|
})
|
|
|
+ this.btnLoading = false
|
|
|
}
|
|
|
})
|
|
|
- this.btnLoading = false
|
|
|
}).catch(() => {
|
|
|
this.$message({
|
|
|
type: 'info',
|