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