This commit is contained in:
‘huanghaiixia’
2025-12-09 17:14:19 +08:00

View File

@ -177,7 +177,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[]>([]);