diff --git a/src/views/my/pending/index.vue b/src/views/my/pending/index.vue index b6cc31b..bfaba90 100644 --- a/src/views/my/pending/index.vue +++ b/src/views/my/pending/index.vue @@ -114,12 +114,8 @@ const openDetail = (c: MyChange,type:string = '') => { routerPushByKey("my_highriskdetail",{ query: { id: c.id.toString() } }); }; // 打开进度 -const openProgress = (c: MyChange,type:string = '') => { +const openProgress = (c: any) => { currentRow.value = c; - if(type==='reject'){ - window.$message?.info("该任务暂无关联变更进度"); - return; - } progressDrawer.value = true; }; // 打开撤回 @@ -331,9 +327,9 @@ onMounted(() => { 暂无数据
{{ s.action }}
+ {{s.finished_at?.slice(0, 16)}}