From c2ced3d62a846e331061ced6dc9281049332d46d Mon Sep 17 00:00:00 2001
From: dengjie <209192278@qq.com>
Date: Mon, 21 Nov 2022 22:47:08 +0800
Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=85=AC=E5=91=8A=E5=AE=8C?=
=?UTF-8?q?=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ebts-ui/src/layout/components/Navbar.vue | 11 ++--
ebts-ui/src/views/system/notice/index.vue | 79 ++++++++++++-----------
2 files changed, 45 insertions(+), 45 deletions(-)
diff --git a/ebts-ui/src/layout/components/Navbar.vue b/ebts-ui/src/layout/components/Navbar.vue
index 6a97821..4174d6e 100644
--- a/ebts-ui/src/layout/components/Navbar.vue
+++ b/ebts-ui/src/layout/components/Navbar.vue
@@ -26,9 +26,9 @@
-
- {{ fiche.noticeTitle }}
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
搜索
重置
@@ -80,21 +80,21 @@
prop="noticeTitle"
:show-overflow-tooltip="true"
/>
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}
@@ -137,18 +137,18 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -266,9 +266,9 @@ export default {
this.form = {
noticeId: undefined,
noticeTitle: undefined,
- noticeType: undefined,
+ noticeType: "2",
noticeContent: undefined,
- status: "0"
+ status: "0",
};
this.resetForm("form");
},
@@ -307,6 +307,7 @@ export default {
/** 提交按钮 */
submitForm: function() {
this.$refs["form"].validate(valid => {
+ this.form.noticeType = "1"
if (valid) {
if (this.form.noticeId != undefined) {
updateNotice(this.form).then(response => {