@@ -370,9 +370,9 @@
'Permission': 5
}
})
- that.then(function(response) {
+ .then(function(response) {
if (response.data.state == 0) {
- this.$message.error(response.data.msg)
+ that.$message.error(response.data.msg)
that.loadingone = false
return false
} else {