Commit b4dbda78 authored by 沈良进's avatar 沈良进
parents 4eb08240 f149c468
...@@ -676,9 +676,6 @@ ...@@ -676,9 +676,6 @@
if(res.data.resultCode==1){ if(res.data.resultCode==1){
if(res.data.data && res.data.data.length) { if(res.data.data && res.data.data.length) {
this.accountList = res.data.data this.accountList = res.data.data
this.outerVisible = false;
this.getList();
this.resetForm("addMsg");
} else { } else {
this.addAccount() this.addAccount()
} }
......
...@@ -888,9 +888,6 @@ export default { ...@@ -888,9 +888,6 @@ export default {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
if (res.data.data && res.data.data.length) { if (res.data.data && res.data.data.length) {
this.accountList = res.data.data; this.accountList = res.data.data;
this.outerVisible = false;
this.getList();
this.resetForm("addMsg");
} else { } else {
this.addAccount(); this.addAccount();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment