Commit aafd4f4d authored by 前端-许冠华's avatar 前端-许冠华

Merge branch 'fix-220418' into 'v2-220418'

fix: 修复选择业务员接口没传参 See merge request linkseeks-design/pro-platform!499
parents c30f565e cb4d30ef
......@@ -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