From 3324a54fa4d0840f8a5dc8adb21753180ecd3f3c Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期二, 02 九月 2025 14:25:06 +0800 Subject: [PATCH] 公告信息页面 --- src/views/system/dept/utils/hook.tsx | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/system/dept/utils/hook.tsx b/src/views/system/dept/utils/hook.tsx index 1aaa5a9..c35af8e 100644 --- a/src/views/system/dept/utils/hook.tsx +++ b/src/views/system/dept/utils/hook.tsx @@ -2,7 +2,7 @@ import editForm from "../form.vue"; import { handleTree } from "@/utils/tree"; import { message } from "@/utils/message"; -import { zhaobiaoPageOrder, findWechatOpenId } from "@/api/item/index"; +import { zhaobiaoPageOrder } from "@/api/item/index"; import { getCaigoufangshiList, @@ -25,7 +25,7 @@ import type { PaginationProps } from "@pureadmin/table"; import { useUserStoreHook } from "@/store/modules/user"; -import pdfPreview from "../../component/pdfPreview.vue"; +import pdfPreview from "../../component/pdfPreview2.vue"; // const nowRole = computed(() => { // return useUserStoreHook().nowRole; // }); @@ -120,7 +120,7 @@ { label: "閲囪喘浜�", prop: "caigourenmingcheng", - minWidth: 70 + minWidth: 120 }, { label: "椤圭洰鍚嶇О", @@ -315,7 +315,6 @@ } }; async function onSearch() { - findWechatOpenId(); const obj = cloneDeep(form); obj.tousu = obj.tousu.join(""); obj.zhiyi = obj.zhiyi.join(""); @@ -351,7 +350,7 @@ } async function openDialog(title = "鏂板", row?: FormItemProps) { - const { result } = title == "鏂板" ? await addgetcontact() : ""; + const { result } = title == "鏂板" ? await addgetcontact() : {}; addDialog({ title: `${title}椤圭洰`, -- Gitblit v1.9.1