From 949bf4798368d0fce115993427e03758d4b3c897 Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期二, 20 五月 2025 15:58:30 +0800
Subject: [PATCH] 修改bug

---
 ManagementOKTravel/guns-admin/src/main/webapp/static/modular/system/tNotices/system_info.js |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/ManagementOKTravel/guns-admin/src/main/webapp/static/modular/system/tNotices/system_info.js b/ManagementOKTravel/guns-admin/src/main/webapp/static/modular/system/tNotices/system_info.js
index 660d093..0d46c3b 100644
--- a/ManagementOKTravel/guns-admin/src/main/webapp/static/modular/system/tNotices/system_info.js
+++ b/ManagementOKTravel/guns-admin/src/main/webapp/static/modular/system/tNotices/system_info.js
@@ -12,13 +12,13 @@
                 }
             }
         },
-        isBroadcast: {
-            validators: {
-                notEmpty: {
-                    message: '选择是否播报'
-                }
-            }
-        },
+        // isBroadcast: {
+        //     validators: {
+        //         notEmpty: {
+        //             message: '选择是否播报'
+        //         }
+        //     }
+        // },
         isShow: {
             validators: {
                 notEmpty: {
@@ -83,7 +83,7 @@
         .set('title')
         .set('sort')
         .set('isShow')
-        .set('isBroadcast')
+        // .set('isBroadcast')
         .set('type')
         .set('imgUrl')
         .set('flag')

--
Gitblit v1.7.1