src/views/workreport/workreport.vue
@@ -118,6 +118,9 @@
      row.receivedIds = row.receivedIds.join(",");
      row.deptId = this.deptId;
      row.userId = this.userId;
      row.category = 3;
      console.log(row);
      add(row).then(
        () => {
          this.onLoad(this.page);