Merge branch 'dev' of http://47.94.165.164:13000/geg-gas/geg-gas-web into dev
This commit is contained in:
@ -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[]>([]);
|
||||||
|
|||||||
Reference in New Issue
Block a user