Commit 800e1033 by caoyanzhi

update: 调整请求参数

parent b4ab221f
......@@ -172,7 +172,7 @@ export default {
}
});
// 获取门店导购范围数据
findStoreRange({ roleId }).then(res => {
findStoreRange({ roleId, wxEnterpriseId: this.wxEnterpriseId }).then(res => {
const { seeType, managerType } = res.result || {};
Object.assign(this.roleData, {
seeType: typeof seeType != 'string' && typeof seeType != 'number' ? '1' : String(seeType),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment