| src/views/desk/notice.vue | ●●●●● patch | view | raw | blame | history |
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( () => {