chore: 更改文件名
This commit is contained in:
parent
e3d176e245
commit
12de789f2e
@ -27,7 +27,7 @@ import { downloadExcel } from '#/utils/file/download';
|
|||||||
import { confirmDeleteModal } from '#/utils/modal';
|
import { confirmDeleteModal } from '#/utils/modal';
|
||||||
|
|
||||||
import { columns, querySchema } from './data';
|
import { columns, querySchema } from './data';
|
||||||
import operationPreviewDrawer from './OperationPreviewDrawer.vue';
|
import operationPreviewDrawer from './operation-preview-drawer.vue';
|
||||||
|
|
||||||
const formOptions: VbenFormProps = {
|
const formOptions: VbenFormProps = {
|
||||||
commonConfig: {
|
commonConfig: {
|
||||||
@ -74,12 +74,10 @@ const gridOptions: VxeGridProps<OperationLog> = {
|
|||||||
...formValues,
|
...formValues,
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(sort);
|
|
||||||
if (!isEmpty(sort)) {
|
if (!isEmpty(sort)) {
|
||||||
params.orderByColumn = sort.field;
|
params.orderByColumn = sort.field;
|
||||||
params.isAsc = sort.order;
|
params.isAsc = sort.order;
|
||||||
}
|
}
|
||||||
console.log(params);
|
|
||||||
return await operLogList(params);
|
return await operLogList(params);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user