接通历史项目导入前端提交链路

This commit is contained in:
wkc
2026-03-29 09:56:46 +08:00
parent d6457491e8
commit a019abb950
3 changed files with 33 additions and 3 deletions

View File

@@ -206,11 +206,13 @@ export default {
this.importDialogVisible = false;
},
/** 提交导入 */
handleSubmitImport(data) {
console.log("导入历史项目:", data);
this.$modal.msgSuccess("项目导入成功");
handleSubmitImport(project) {
this.$modal.msgSuccess("历史项目导入任务已开始");
this.importDialogVisible = false;
this.getList();
this.$router.push({
path: `/ccdiProject/detail/${project.projectId}`,
});
},
/** 创建季度初核 */
handleCreateQuarterly() {