首页完成
This commit is contained in:
@@ -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,) => {
|
||||
|
||||
Reference in New Issue
Block a user