Commit bba2421e by wong.peiyi

消耗确认添加部门、医生和跟台员

parent 4e96620a
......@@ -152,7 +152,7 @@ export function setSubdetailOption(data) {
}
}
// 设置当前费用明细
// 设置当前费用明细
export function setCharDetailsOption(data) {
return {
type: SET_CHARGE_DETAILS_OPTION,
......@@ -171,6 +171,10 @@ export const uploadEquipImg = async (global_domain_config, params) => {
return await UploadRequest(global_domain_config, getUrlParams('/dingding/upload_media', { access_token }), formData)
}
export const reqOrgDepartments = async (global_domain_config, params) => {
return await GetRequest(global_domain_config, getUrlParams('/sale/sale_relationship/search', params))
}
// 提交数据
export function requestEquipSumbit({access_token, ...params}) {
return (dispatch, getState) => {
......@@ -226,4 +230,4 @@ export function setEquipInitData() {
return {
type: EQUIP_INIT_DATA
}
}
\ No newline at end of file
}
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 sign in to comment