Commit c16b5506 authored by youjie's avatar youjie

no message

parent 303438fc
......@@ -675,6 +675,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");
} else {
this.addAccount()
}
......
......@@ -887,6 +887,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");
} 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