update:新增代办
This commit is contained in:
@@ -177,3 +177,7 @@ export const permanentDeleteFromRecycleApi = (params: any) => {
|
||||
export const checkDuplicateFileNameApi = (params: any) => {
|
||||
return post(`${PREFIX}data/checkDuplicateFileName`, params);
|
||||
};
|
||||
// 上传附件
|
||||
export const uploadAttachmentApi = (params: any) => {
|
||||
return upload(`${PREFIX}data/uploadAttachment`, params);
|
||||
};
|
||||
|
||||
@@ -44,6 +44,7 @@ import {
|
||||
setMachineListByPhaseId,
|
||||
setWorkspaceListByMachineId,
|
||||
getSimTypeList,
|
||||
setPMemberName,
|
||||
} from './lib';
|
||||
|
||||
interface Props {
|
||||
@@ -127,6 +128,11 @@ const changeFun = async (cbData: any) => {
|
||||
cbData,
|
||||
});
|
||||
}
|
||||
if (key === 'simType') {
|
||||
setPMemberName({
|
||||
formData: editFormInfo.value,
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
const submitFun = async () => {
|
||||
|
||||
Reference in New Issue
Block a user