Commit 3365ea7f by wusiyi

fix: bug修复

parent 3db35792
......@@ -4157,10 +4157,11 @@ const logVisible = ref(false)
const operationLog = async (
id: number,
e: MouseEvent | null,
row: PodUsOrderListData,
row?: PodUsOrderListData,
) => {
currentItem.value = row
console.log(currentItem.value)
if (row) {
currentItem.value = row
}
e && e.stopPropagation()
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment