Commit 2d38109a authored by youjie's avatar youjie

no message

parent a27f4ca7
......@@ -676,9 +676,9 @@
if(res.data.resultCode==1){
if(res.data.data && res.data.data.length) {
this.accountList = res.data.data
this.outerVisible = false;
this.getList();
this.resetForm("addMsg");
// this.outerVisible = false;
// this.getList();
// this.resetForm("addMsg");
} else {
this.addAccount()
}
......
......@@ -888,9 +888,9 @@ export default {
if (res.data.resultCode == 1) {
if (res.data.data && res.data.data.length) {
this.accountList = res.data.data;
this.outerVisible = false;
this.getList();
this.resetForm("addMsg");
// this.outerVisible = false;
// this.getList();
// this.resetForm("addMsg");
} else {
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