会员管理
This commit is contained in:
@@ -290,7 +290,6 @@
|
||||
go.to('PAGES_USER_ADD')
|
||||
}
|
||||
let callTabletakeNumberEvent = async () => {
|
||||
console.log(datas.form, '调试1')
|
||||
let res = await midfiyAccount({
|
||||
id: datas.activeUser.id,
|
||||
...datas.form
|
||||
@@ -334,9 +333,8 @@
|
||||
} else if (i == 1) {
|
||||
hasPermission('允许管理会员信息').then(ele => {
|
||||
if (ele) {
|
||||
toUrl('PAGES_SALES_WAREHOUSEENTRY', {
|
||||
consId: actionSheet.activeId,
|
||||
item: JSON.stringify(actionSheet.active)
|
||||
go.to('PAGES_USER_ADD', {
|
||||
item: JSON.stringify(datas.activeUser)
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user