From 676726a0a752a6392a0d80e68230f4a7efee82b5 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Sat, 15 Oct 2022 11:40:07 +0800
Subject: [PATCH] 字典配置中的字典编号查询去除

---
 src/option/system/dictbiz.js |    2 +-
 src/option/system/dict.js    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/option/system/dict.js b/src/option/system/dict.js
index f90d3c3..a2b0a3c 100644
--- a/src/option/system/dict.js
+++ b/src/option/system/dict.js
@@ -107,7 +107,7 @@
       prop: "code",
       addDisabled: true,
       editDisabled: true,
-      search: true,
+      // search: true,
       span: 24,
       rules: [
         {
diff --git a/src/option/system/dictbiz.js b/src/option/system/dictbiz.js
index 277f520..043113b 100644
--- a/src/option/system/dictbiz.js
+++ b/src/option/system/dictbiz.js
@@ -108,7 +108,7 @@
       prop: "code",
       addDisabled: true,
       editDisabled: true,
-      search: true,
+      // search: true,
       span: 24,
       rules: [
         {

--
Gitblit v1.9.3