From c8b503726415980e5fa9a5ffc0e4e751eb7466e9 Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期五, 01 八月 2025 11:45:53 +0800
Subject: [PATCH] 新增加三方业务流程代码

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

diff --git a/ManagementQYTTravel/guns-admin/src/main/webapp/static/modular/system/tNotices/system_info.js b/ManagementQYTTravel/guns-admin/src/main/webapp/static/modular/system/tNotices/system_info.js
index 660d093..f706945 100644
--- a/ManagementQYTTravel/guns-admin/src/main/webapp/static/modular/system/tNotices/system_info.js
+++ b/ManagementQYTTravel/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