This commit is contained in:
ChenQiuYu 2025-05-29 10:16:20 +08:00
parent 6537bab014
commit 2a4259c2a3
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ const isShow = ref(false)
const tableData = ref<any>([]);
const memberEditRef = ref<any>(null)
const rowClick = (row: any) => {
openDialog(row.memberInfo.id)
openDialog(row.id)
}
const openDialog = (id: any) => {
nextTick(() => {