保安监管系统-验收版本
+
liuyg
2021-12-01 7cec0ed65d23e6263717e626e8f20f46ac84f972
+
1 files modified
7 ■■■■ changed files
src/views/desk/notice.vue 7 ●●●● 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(
        () => {