From 3e8a7b2151423b57dd80c2c9052271534aa208ef Mon Sep 17 00:00:00 2001 From: yinq Date: Mon, 15 Jul 2024 16:32:41 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E9=80=9A=E7=9F=A5=E5=85=AC?= =?UTF-8?q?=E5=91=8A=EF=BC=9A=E9=80=9A=E7=9F=A5=E4=B8=8B=E5=8F=91=E5=88=B0?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=E7=94=A8=E6=88=B7=EF=BC=8C=E5=85=AC=E5=91=8A?= =?UTF-8?q?=E4=B8=8B=E5=8F=91=E5=85=A8=E9=83=A8=E7=94=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw-ui/src/views/system/notice/index.vue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/hw-ui/src/views/system/notice/index.vue b/hw-ui/src/views/system/notice/index.vue index 78e399d..bf57c27 100644 --- a/hw-ui/src/views/system/notice/index.vue +++ b/hw-ui/src/views/system/notice/index.vue @@ -155,7 +155,7 @@ - + 0){ this.form.sysUserNoticeList = this.form.userNoticeList.map(userId => ({ userId })); } + if (this.form.noticeType == '2'){ + this.form.sysUserNoticeList = this.userList.map(user => ({ userId: user.userId })); + } this.$refs["form"].validate(valid => { if (valid) { if (this.form.noticeId != undefined) {