From e1b04baf60478e3de9e41e1fc39e1e4346321817 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期五, 29 八月 2025 13:27:31 +0800 Subject: [PATCH] '一些改动' --- src/views/system/dept/utils/hook.tsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/dept/utils/hook.tsx b/src/views/system/dept/utils/hook.tsx index f603353..c35af8e 100644 --- a/src/views/system/dept/utils/hook.tsx +++ b/src/views/system/dept/utils/hook.tsx @@ -120,7 +120,7 @@ { label: "閲囪喘浜�", prop: "caigourenmingcheng", - minWidth: 70 + minWidth: 120 }, { label: "椤圭洰鍚嶇О", @@ -350,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