shuishen
2021-08-14 f1ba84aea2a62bd2c4b6fd650535da0f657dc2c3
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);