----
This commit is contained in:
@ -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[]>([]);
|
||||||
|
|||||||
Reference in New Issue
Block a user