Commit e3b054f9 by wusiyi

Merge branch 'dev'

parents efc74ef9 3365ea7f
......@@ -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