This commit is contained in:
2025-12-08 10:38:46 +08:00
parent c44db962c3
commit e0b09c38f5

View File

@ -167,7 +167,7 @@ import { methodOf } from 'lodash-es';
const fileList = ref<any[]>([]); const fileList = ref<any[]>([]);
const list = ref<any[]>([]); const list = ref<any[]>([]);
const { notification } = useMessage(); const { notification } = useMessage();
const tableId = ref<string>(props.value); const tableId = ref<string>(props.value || '');
const tableName = ref<string>(props.tableName); const tableName = ref<string>(props.tableName);
const columnName = ref<string>(props.columnName); const columnName = ref<string>(props.columnName);
const removeIds = ref<string[]>([]); const removeIds = ref<string[]>([]);