dev
This commit is contained in:
parent
6537bab014
commit
2a4259c2a3
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue