积分商城修改
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user