feat: 新增项目默认 EP

This commit is contained in:
JiangSheng
2026-01-29 11:55:51 +08:00
parent d474f026b7
commit 31f591a1b4

View File

@@ -237,6 +237,8 @@ const initTableForm = () => {
// tableFormRef.value.resetFun();
editRowInfo.value = {};
// setEditForm({ exeStatus: PROJECT_EXE_STATUS_CODE.NOT_STARTED });
editRowInfo.value.projectSource = 'EP';
projectInfo.projectSource = 'EP';
} else {
// setEditForm({ ...props.currentRow });
statusList = getProjectExeStatus(projectInfo.exeStatus as PROJECT_EXE_STATUS_CODE);