Commit f149c468 authored by youjie's avatar youjie

no message

parent 4deaa246
......@@ -676,9 +676,6 @@
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()
}
......
......@@ -888,9 +888,6 @@ 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