From 5dacdee9b54c78372b68140e2b068d03a620eab9 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期三, 02 七月 2025 19:00:52 +0800 Subject: [PATCH] 修改bug --- 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