1
This commit is contained in:
@@ -423,7 +423,11 @@ export default {
|
||||
if (this.erpAccountList.length > 0 && !this.queryParams.appid) {
|
||||
this.queryParams.appid = this.erpAccountList[0].value;
|
||||
this.getList();
|
||||
} else if (!this.queryParams.appid) {
|
||||
this.loading = false;
|
||||
}
|
||||
}).catch(() => {
|
||||
this.loading = false;
|
||||
});
|
||||
},
|
||||
/** 加载会员名列表 */
|
||||
|
||||
Reference in New Issue
Block a user