import { get, post } from '@/utils/request' // 资方审批意见-处理 export const fundSaveOpinion = p => post('/server/fund/saveOpinion', p)