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 => {