新增分销商模块(6个表)

This commit is contained in:
2024-07-28 19:08:07 +08:00
parent 8c16f8df9c
commit 8bf05a096a
38 changed files with 4788 additions and 3 deletions

View File

@@ -106,7 +106,6 @@
if (merchantId.value > 0) {
where.merchantId = merchantId.value;
}
console.log('>>>>>>>>', merchantId.value);
return pageMerchantAccount({
...where,
...orders,