|
|
|
@ -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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|