From ed9632a5ea99bcfaca1aa4d8d1d1c48c85854fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Thu, 1 Jun 2023 18:49:03 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E5=85=AC=E5=91=8A=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/notice/index.vue | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/src/views/system/notice/index.vue b/src/views/system/notice/index.vue index 38bd0b1..1333752 100644 --- a/src/views/system/notice/index.vue +++ b/src/views/system/notice/index.vue @@ -58,9 +58,9 @@ @@ -71,22 +71,25 @@ - + - + + + {{ dict.dictLabel }} + - + - {{ dict.dictLabel }} + {{ dict.dictLabel }} @@ -167,9 +170,9 @@ function reset() { form.value = { noticeId: undefined, noticeTitle: undefined, - noticeType: undefined, + noticeType: 1, noticeContent: undefined, - status: '0' + status: 0 } proxy.resetForm('noticeRef') }