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