From 7cec0ed65d23e6263717e626e8f20f46ac84f972 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 01 Dec 2021 17:12:48 +0800
Subject: [PATCH] +
---
src/views/desk/notice.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/desk/notice.vue b/src/views/desk/notice.vue
index a811434..7d10cc4 100644
--- a/src/views/desk/notice.vue
+++ b/src/views/desk/notice.vue
@@ -285,7 +285,7 @@
});
},
rowSave(row, done, loading) {
- row.category = 2;
+ // row.category = 2;
row.deptId = this.deptId;
row["type"] = 1;
var rece = "";
@@ -296,6 +296,9 @@
}
}
row.receivedIds = rece;
+ // console.log(row);
+ // done();
+ // return;
add(row).then(
() => {
this.onLoad(this.page);
@@ -312,7 +315,7 @@
);
},
rowUpdate(row, index, done, loading) {
- row.category = 2;
+ // row.category = 2;
row.deptId = this.deptId;
update(row).then(
() => {
--
Gitblit v1.9.3