feat: 修改图审弹窗展示逻辑

pull/62/head
刘释隆 1 year ago
parent ec7a6c16ff
commit 15dd6ce13b

@ -40,7 +40,7 @@ async function getDetail(id) {
const res = await aiApprovaltools({ taskid: id });
if (res.code === "OK") {
state.detail = res.data;
if(Number(res.data.similarComplete) > 0){
if(Number(res.data.pendingApprovaCount) > 0){
show.value = true;
}
}

Loading…
Cancel
Save