|
@@ -338,9 +338,10 @@ export default {
|
|
|
checkAmount: true,
|
|
|
});
|
|
|
|
|
|
- if (code == 200) {
|
|
|
- _this.handleRefreshList();
|
|
|
- } else if (code == 10000) {
|
|
|
+ // if (code == 200) {
|
|
|
+ // _this.handleRefreshList();
|
|
|
+ // } else
|
|
|
+ if (code == 10000) {
|
|
|
_this.$alert(
|
|
|
"<div style='overflow: auto;overflow-x: hidden;max-height: 65vh;padding: 10px 20px 0;'>" +
|
|
|
msg +
|
|
@@ -379,6 +380,7 @@ export default {
|
|
|
} catch (error) {
|
|
|
} finally {
|
|
|
this.loading = false;
|
|
|
+ _this.handleRefreshList();
|
|
|
}
|
|
|
});
|
|
|
},
|