积分商城修改

This commit is contained in:
2025-12-10 15:38:32 +08:00
parent 1447960908
commit d8b2a4763d
4 changed files with 193 additions and 183 deletions

View File

@@ -153,7 +153,8 @@
page: formData.form.page,
size: formData.form.size,
// status: formData.form.status,
shopId: formData.shopId
shopId: formData.shopId,
id:formData.id
})
}
if (res.totalPage == 0 || res.totalPage == 1 && res.totalRow <= 10) {
@@ -215,6 +216,7 @@
console.log('options',options);
formData.shopId = options.shopId
formData.active = options.type
formData.id=options.id||''
console.log(formData.info)
getlist()
getShopUserInfo()