fix:修改页面 添加 计划添加页面

This commit is contained in:
zhaohy
2024-08-08 14:33:33 +08:00
parent 3672d6feb3
commit 7758049b28
12 changed files with 71 additions and 36 deletions

View File

@@ -180,10 +180,10 @@
//获取 通知方式
const getNotificationMethod = (data: any) => {
if (!data) return '';
const methods = [];
const methods: any = [];
const notifications = data.split(',');
notifications.forEach((notification) => {
notifications.forEach((notification: any) => {
if (notification === '1') {
methods.push('站内信息');
} else if (notification === '2') {