图片裁剪、租户
This commit is contained in:
parent
bf1f2d15df
commit
5eba80536f
@ -12,7 +12,7 @@
|
||||
:columns="columns"
|
||||
:request="loadDataTable"
|
||||
:row-key="(row) => row.id"
|
||||
ref="basicTableRef"
|
||||
ref="tableRef"
|
||||
:actionColumn="actionColumn"
|
||||
@selection-change="onSelectionChange"
|
||||
scroll-x="1200"
|
||||
@ -61,7 +61,7 @@
|
||||
import { columns } from './columns';
|
||||
import { schemas } from './querySchemas';
|
||||
const tenantId = ref(0);
|
||||
const basicTableRef = ref();
|
||||
const tableRef = ref();
|
||||
const editVisible = ref(false)
|
||||
const selectionData = ref([])
|
||||
const editDialog = defineAsyncComponent(() =>
|
||||
@ -146,7 +146,7 @@
|
||||
reloadTable();
|
||||
}
|
||||
|
||||
function handleReset(values: Recordable) {
|
||||
function handleReset() {
|
||||
for (const key in formParams) {
|
||||
formParams[key] ='';
|
||||
}
|
||||
|
@ -219,7 +219,7 @@
|
||||
reloadTable();
|
||||
}
|
||||
|
||||
function handleReset(values: Recordable) {
|
||||
function handleReset() {
|
||||
for (const key in formParams) {
|
||||
formParams[key] ='';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user