chore: 调整接口
This commit is contained in:
parent
eb7b7c33d2
commit
170b9baca6
@ -33,7 +33,7 @@ export function clientUpdate(data: any) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function clientChangeStatus(data: any) {
|
export function clientChangeStatus(data: any) {
|
||||||
return requestClient.putWithMsg<void>(Api.root, data);
|
return requestClient.putWithMsg<void>(Api.clientChangeStatus, data);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function clientRemove(ids: IDS) {
|
export function clientRemove(ids: IDS) {
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
import type { VbenFormProps } from '@vben/common-ui';
|
||||||
import type { Recordable } from '@vben/types';
|
import type { Recordable } from '@vben/types';
|
||||||
|
|
||||||
|
import type { VxeGridProps } from '#/adapter/vxe-table';
|
||||||
|
|
||||||
import { useAccess } from '@vben/access';
|
import { useAccess } from '@vben/access';
|
||||||
import { Page, useVbenDrawer, type VbenFormProps } from '@vben/common-ui';
|
import { Page, useVbenDrawer } from '@vben/common-ui';
|
||||||
import { getVxePopupContainer } from '@vben/utils';
|
import { getVxePopupContainer } from '@vben/utils';
|
||||||
|
|
||||||
import { Modal, Popconfirm, Space } from 'ant-design-vue';
|
import { Modal, Popconfirm, Space } from 'ant-design-vue';
|
||||||
|
|
||||||
import {
|
import { useVbenVxeGrid, vxeCheckboxChecked } from '#/adapter/vxe-table';
|
||||||
useVbenVxeGrid,
|
|
||||||
vxeCheckboxChecked,
|
|
||||||
type VxeGridProps,
|
|
||||||
} from '#/adapter/vxe-table';
|
|
||||||
import {
|
import {
|
||||||
clientChangeStatus,
|
clientChangeStatus,
|
||||||
clientExport,
|
clientExport,
|
||||||
|
Loading…
Reference in New Issue
Block a user