修复:配送商 - 商户列表查询错误,可能显示其他配送商的商户信息

This commit is contained in:
wuhui_zzw 2024-06-20 14:06:48 +08:00
parent 93d8f9e708
commit b54556b137
1 changed files with 1 additions and 5 deletions

View File

@ -112,6 +112,7 @@ export default {
//
getList() {
let _this = this;
if(Number(_this.agent_id) <= 0) return false;
let params = {
page: _this.page,
agent_id: _this.agent_id,
@ -162,11 +163,6 @@ export default {
},
}
}
</script>