update
This commit is contained in:
@@ -50,8 +50,8 @@
|
|||||||
getRecords(deptId.value);
|
getRecords(deptId.value);
|
||||||
}
|
}
|
||||||
|
|
||||||
const dataSource = ref([[{ realName: 'nb' }]]);
|
const dataSource = ref([]);
|
||||||
const visible = ref(true);
|
const visible = ref(false);
|
||||||
|
|
||||||
function openModal(id: string) {
|
function openModal(id: string) {
|
||||||
visible.value = true;
|
visible.value = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user