This commit is contained in:
zk
2023-12-20 09:08:13 +08:00
parent 26f4a6ad81
commit ce85f39c11
@@ -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;