Commit f0102b20 authored by Gavin Peng's avatar Gavin Peng

fix: 修复构建失败错误

parent 3166a56a
......@@ -8,7 +8,7 @@ import ApplyMemberLayout from '@/pages/systemManage/components/ApplyMember';
import { getMemberManageAllProviderPage } from '@/services/MemberV2Api';
import { getContractPlatformProcessBaseList, getContractPlatformProcessGet, getContractPlatformProcessMemberPage, postContractPlatformProcessSave, postContractPlatformProcessUpdate } from '@/services/ManageV2Api';
import { VISIT_TYPE } from '@/constants';
import { postContractPlatformProcessSaveDefault } from '@/services/ContractV2Api/id23867';
import { postContractPlatformProcessSaveDefault } from '@/services/ContractV2Api';
type PropsType = {
type: 'add' | 'edit' | 'view'
......
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