up.
This commit is contained in:
parent
91396613bf
commit
fd103b7f90
@ -191,9 +191,11 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
/** 详情 */
|
/** 详情 */
|
||||||
const openDetail = async (row: RequestRecord) => {
|
const openDetail = (row: RequestRecord) => {
|
||||||
current.value = await getRequestRecordInfo(row.id);
|
getRequestRecordInfo(row.id).then((data)=>{
|
||||||
showInfo.value = true;
|
current.value = data;
|
||||||
|
showInfo.value = true;
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user