|
@@ -278,6 +278,8 @@ export default {
|
|
_this.$message.info(res.message)
|
|
_this.$message.info(res.message)
|
|
_this.delLoading = false
|
|
_this.delLoading = false
|
|
_this.spinning = false
|
|
_this.spinning = false
|
|
|
|
+ }).catch(err => {
|
|
|
|
+ _this.delLoading = false
|
|
})
|
|
})
|
|
}
|
|
}
|
|
})
|
|
})
|
|
@@ -379,6 +381,8 @@ export default {
|
|
this.isInster = false
|
|
this.isInster = false
|
|
this.spinning = false
|
|
this.spinning = false
|
|
this.addMoreLoading = false
|
|
this.addMoreLoading = false
|
|
|
|
+ }).catch(err => {
|
|
|
|
+ this.isInster = false
|
|
})
|
|
})
|
|
},
|
|
},
|
|
beforeSubmit () {
|
|
beforeSubmit () {
|