智慧农业后台管理页面
guoshilong
2022-07-29 81e2e31406a7ca549e4d48c7ebfcbcbbe0f304fa
src/views/farm/farmReport.vue
@@ -155,7 +155,7 @@
  methods: {
    //新增
    rowSave(row, done, loading) {
      row["deptId"] = this.farmId;
      row["farmId"] = this.farmId;
      row["type"] = 1;
      save(row).then(
        () => {