fix: 已完成/已归档查看结果直达结果总览
This commit is contained in:
@@ -234,8 +234,10 @@ export default {
|
||||
},
|
||||
/** 查看结果 */
|
||||
handleViewResult(row) {
|
||||
console.log("查看结果:", row);
|
||||
this.$modal.msgInfo("查看项目结果: " + row.projectName);
|
||||
this.$router.push({
|
||||
path: `/ccdiProject/detail/${row.projectId}`,
|
||||
query: { tab: "overview" },
|
||||
});
|
||||
},
|
||||
/** 重新分析 */
|
||||
handleReAnalyze(row) {
|
||||
|
||||
Reference in New Issue
Block a user