变更详情页面完成

This commit is contained in:
2026-09-16 15:55:40 +08:00
parent c35f7252d1
commit eff7f4498d
5 changed files with 450 additions and 809 deletions
+2 -1
View File
@@ -90,8 +90,9 @@ const opts = computed<Opt[]>(() => {
// 打开详情、修改重报
const openDetail = (c: any,type:string = '') => {
console.log(c)
if(type==='detail'){
routerPushByKey("details_index",{ query: { id: c.change_id.toString() } });
routerPushByKey("details_index",{ query: { id: c.change_id.toString(),status:c.status.toString() || '' } });
}
if(type==='edit'){
routerPushByKey("my_initiatechange",{ query: { id: c.change_id.toString() } });