fix: table value missing
This commit is contained in:
parent
90c8b1732a
commit
55aacaac1e
4 changed files with 17 additions and 1 deletions
|
|
@ -1349,6 +1349,8 @@ const emptyCreateDialog = ref(false);
|
|||
const res = await employeeStore.fetchList({
|
||||
customerId: props.row.id,
|
||||
pageSize: 999,
|
||||
passport: true,
|
||||
visa: true,
|
||||
});
|
||||
|
||||
if (res) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue