|
@@ -357,13 +357,13 @@ export default {
|
|
|
|
|
|
|
|
this.loading = false
|
|
this.loading = false
|
|
|
this.getData(this.currentPage, this.pageSize)
|
|
this.getData(this.currentPage, this.pageSize)
|
|
|
|
|
+ }).catch(error => {
|
|
|
|
|
+ this.$message({
|
|
|
|
|
+ message: error,
|
|
|
|
|
+ type: 'warning'
|
|
|
|
|
+ })
|
|
|
|
|
+ this.loading = false
|
|
|
})
|
|
})
|
|
|
- }).catch(error => {
|
|
|
|
|
- this.$message({
|
|
|
|
|
- message: error,
|
|
|
|
|
- type: 'warning'
|
|
|
|
|
- })
|
|
|
|
|
- this.loading = false
|
|
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
handleIsAtlasManage(isAtlas) {
|
|
handleIsAtlasManage(isAtlas) {
|
|
@@ -393,13 +393,13 @@ export default {
|
|
|
|
|
|
|
|
this.loading = false
|
|
this.loading = false
|
|
|
this.getData(this.currentPage, this.pageSize)
|
|
this.getData(this.currentPage, this.pageSize)
|
|
|
|
|
+ }).catch(error => {
|
|
|
|
|
+ this.loading = false
|
|
|
|
|
+ this.$message({
|
|
|
|
|
+ message: error,
|
|
|
|
|
+ type: 'error'
|
|
|
|
|
+ })
|
|
|
})
|
|
})
|
|
|
- }).catch(error => {
|
|
|
|
|
- this.$message({
|
|
|
|
|
- message: error,
|
|
|
|
|
- type: 'warning'
|
|
|
|
|
- })
|
|
|
|
|
- this.loading = false
|
|
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
handleIsRechargeManage(isRecharge) {
|
|
handleIsRechargeManage(isRecharge) {
|
|
@@ -428,13 +428,13 @@ export default {
|
|
|
})
|
|
})
|
|
|
this.loading = false
|
|
this.loading = false
|
|
|
this.getData(this.currentPage, this.pageSize)
|
|
this.getData(this.currentPage, this.pageSize)
|
|
|
|
|
+ }).catch(error => {
|
|
|
|
|
+ this.loading = false
|
|
|
|
|
+ this.$message({
|
|
|
|
|
+ message: error,
|
|
|
|
|
+ type: 'warning'
|
|
|
|
|
+ })
|
|
|
})
|
|
})
|
|
|
- }).catch(error => {
|
|
|
|
|
- this.$message({
|
|
|
|
|
- message: error,
|
|
|
|
|
- type: 'warning'
|
|
|
|
|
- })
|
|
|
|
|
- this.loading = false
|
|
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
handleExport() {
|
|
handleExport() {
|
|
@@ -451,13 +451,13 @@ export default {
|
|
|
})
|
|
})
|
|
|
this.loading = false
|
|
this.loading = false
|
|
|
this.getData(this.currentPage, this.pageSize)
|
|
this.getData(this.currentPage, this.pageSize)
|
|
|
|
|
+ }).catch(error => {
|
|
|
|
|
+ this.loading = false
|
|
|
|
|
+ this.$message({
|
|
|
|
|
+ message: error,
|
|
|
|
|
+ type: 'warning'
|
|
|
|
|
+ })
|
|
|
})
|
|
})
|
|
|
- }).catch(error => {
|
|
|
|
|
- this.$message({
|
|
|
|
|
- message: error,
|
|
|
|
|
- type: 'warning'
|
|
|
|
|
- })
|
|
|
|
|
- this.loading = false
|
|
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
handleModifyPassword(row){
|
|
handleModifyPassword(row){
|
|
@@ -470,6 +470,12 @@ export default {
|
|
|
this.formModifyProfile = response.data.userInfo
|
|
this.formModifyProfile = response.data.userInfo
|
|
|
this.allOpenBank = response.data.allOpenBank
|
|
this.allOpenBank = response.data.allOpenBank
|
|
|
this.allNation = response.data.allNation
|
|
this.allNation = response.data.allNation
|
|
|
|
|
+ }).catch(error => {
|
|
|
|
|
+ this.$message({
|
|
|
|
|
+ message: error,
|
|
|
|
|
+ type: 'error'
|
|
|
|
|
+ })
|
|
|
|
|
+ this.loading = false
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
handleStatusActive(row) {
|
|
handleStatusActive(row) {
|
|
@@ -481,6 +487,12 @@ export default {
|
|
|
})
|
|
})
|
|
|
this.loading = false
|
|
this.loading = false
|
|
|
this.getData(this.currentPage, this.pageSize)
|
|
this.getData(this.currentPage, this.pageSize)
|
|
|
|
|
+ }).catch(error => {
|
|
|
|
|
+ this.$message({
|
|
|
|
|
+ message: error,
|
|
|
|
|
+ type: 'error'
|
|
|
|
|
+ })
|
|
|
|
|
+ this.loading = false
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
handleStatusLock(row) {
|
|
handleStatusLock(row) {
|
|
@@ -492,6 +504,12 @@ export default {
|
|
|
})
|
|
})
|
|
|
this.loading = false
|
|
this.loading = false
|
|
|
this.getData(this.currentPage, this.pageSize)
|
|
this.getData(this.currentPage, this.pageSize)
|
|
|
|
|
+ }).catch(error => {
|
|
|
|
|
+ this.$message({
|
|
|
|
|
+ message: error,
|
|
|
|
|
+ type: 'error'
|
|
|
|
|
+ })
|
|
|
|
|
+ this.loading = false
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
handleIsModifyPassword(row, status){
|
|
handleIsModifyPassword(row, status){
|
|
@@ -503,6 +521,12 @@ export default {
|
|
|
})
|
|
})
|
|
|
this.loading = false
|
|
this.loading = false
|
|
|
this.getData(this.currentPage, this.pageSize)
|
|
this.getData(this.currentPage, this.pageSize)
|
|
|
|
|
+ }).catch(error => {
|
|
|
|
|
+ this.$message({
|
|
|
|
|
+ message: error,
|
|
|
|
|
+ type: 'error'
|
|
|
|
|
+ })
|
|
|
|
|
+ this.loading = false
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
handleModifyPasswordSubmit() {
|
|
handleModifyPasswordSubmit() {
|
|
@@ -520,7 +544,7 @@ export default {
|
|
|
}).catch(error => {
|
|
}).catch(error => {
|
|
|
this.$message({
|
|
this.$message({
|
|
|
message: error,
|
|
message: error,
|
|
|
- type: 'success'
|
|
|
|
|
|
|
+ type: 'error'
|
|
|
})
|
|
})
|
|
|
this.submitPasswordButtonStat = false
|
|
this.submitPasswordButtonStat = false
|
|
|
})
|
|
})
|