From 08f6737a49459dcbca4dd20c058643fefbb5588c Mon Sep 17 00:00:00 2001 From: significative <163999932+significative@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:30:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=90=8D=E5=AD=97=E3=80=81lo?= =?UTF-8?q?go=E3=80=81=E5=AD=98=E5=82=A8=E8=B7=AF=E5=BE=84=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3-master/src/api/sys/user.ts | 4 ++-- jeecgboot-vue3-master/src/views/setPath/Modal.vue | 2 +- jeecgboot-vue3-master/src/views/setPath/index.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jeecgboot-vue3-master/src/api/sys/user.ts b/jeecgboot-vue3-master/src/api/sys/user.ts index 20259eaf..479a1d46 100644 --- a/jeecgboot-vue3-master/src/api/sys/user.ts +++ b/jeecgboot-vue3-master/src/api/sys/user.ts @@ -60,8 +60,8 @@ export function getPathTreeApi(parentPath: string) { export function getDataListApi() { return defHttp.get({ url: Api.dataList }); } -type updPathPar = { name: string; logo: string; newsPage: string; recordNumber: string; copyright: string; certificate: string; composition: string } -export function updPathApi(params: updPathPar) { + +export function updPathApi(params) { return defHttp.post({ url: Api.updPath, params }); } diff --git a/jeecgboot-vue3-master/src/views/setPath/Modal.vue b/jeecgboot-vue3-master/src/views/setPath/Modal.vue index f61cdef5..92d8e016 100644 --- a/jeecgboot-vue3-master/src/views/setPath/Modal.vue +++ b/jeecgboot-vue3-master/src/views/setPath/Modal.vue @@ -14,7 +14,7 @@ const [register, { closeModal, setModalProps }] = useModalInner((data: any) => { }) const ifTree = ref(true) -// tree +// tree import { ref } from 'vue'; import type { TreeProps } from 'ant-design-vue'; const expandedKeys = ref([]); diff --git a/jeecgboot-vue3-master/src/views/setPath/index.vue b/jeecgboot-vue3-master/src/views/setPath/index.vue index 7ae49489..ff8e41d4 100644 --- a/jeecgboot-vue3-master/src/views/setPath/index.vue +++ b/jeecgboot-vue3-master/src/views/setPath/index.vue @@ -162,7 +162,7 @@ const handleValidate = (...args) => { -// 弹窗 +// 弹窗 const [register, { openModal }] = useModal(); function hanConPat(currentlySelecte, target) { formState[target] = currentlySelecte;