From a139dba9262dbb4b70f34d3c2034c255561abcad Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期六, 26 七月 2025 18:04:58 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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