From 1260240ec8744a7b6af7762d2b5c20d4a9491214 Mon Sep 17 00:00:00 2001
From: x_ying <2438792676@qq.com>
Date: Tue, 23 Aug 2022 10:38:07 +0800
Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E7=AE=A1=E7=90=86=20?=
=?UTF-8?q?=E6=8E=A8=E9=80=81=E5=AF=B9=E8=B1=A1=E5=A4=9A=E4=BA=BA=E6=98=BE?=
=?UTF-8?q?=E7=A4=BAbug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/notifyManage/index.vue | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/src/views/system/notifyManage/index.vue b/src/views/system/notifyManage/index.vue
index 603cf0e..373b4f9 100644
--- a/src/views/system/notifyManage/index.vue
+++ b/src/views/system/notifyManage/index.vue
@@ -21,8 +21,18 @@
-
-
+
+
+ 系统消息
+
+
+
+ {{ scope.row.pushTo }}
+
+ {{ item }}
+
+
+
@@ -196,7 +206,7 @@ export default {
}
} else if (item.noticeUsers.length > 0) { // 推送对象为用户
// pushArr = item.noticeDevices
- if (item.noticeUsers.length === this.devOptions.length - 1) {
+ if (item.noticeUsers.length === this.userOptions.length - 1) {
item.pushTo = '全部用户'
item.pushVal = this.sendObjOptions.map(i => { return i.value })
} else {
@@ -269,6 +279,7 @@ export default {
},
selectionChangeHandler(val) {
this.selections = val
+ console.log(val)
},
// 发布
handleSend() {