This commit is contained in:
van
2026-04-05 20:47:03 +08:00
parent 305ef3eeee
commit 5fcf92d2da
5 changed files with 332 additions and 81 deletions

View File

@@ -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;
});
},
/** 加载会员名列表 */