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