首页完成

This commit is contained in:
2026-09-21 16:14:11 +08:00
parent c679642c40
commit 67c9090827
7 changed files with 448 additions and 362 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ const openDetail = (c: any,type:string = '') => {
// 打开资料关闭
const openDocClose = (c: any) => {
currentRow.value = c;
routerPushByKey("details_closedoc",{ query: { id: c?.change_id?.toString() } });
routerPushByKey("details_closedoc",{ query: { id: c?.change_id?.toString(),key:'my_mytask' } });
};
// 打开处置申请
const openDisposal = (c: any,) => {