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() {