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')
}