Commit cb4d30ef authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

fix: 修复选择业务员接口没传参

parent c30f565e
......@@ -25,7 +25,7 @@ export const Tablink = [
const formAction = createFormActions();
const fetchMemberAbilitySelect = async (params) => {
const { data } = await getMemberAbilitySalesSelect()
const { data } = await getMemberAbilitySalesSelect(params)
return data
}
......
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