智慧农业后台管理页面
guoshilong
2022-07-29 81e2e31406a7ca549e4d48c7ebfcbcbbe0f304fa
src/views/farm/farmReport.vue
@@ -33,7 +33,7 @@
    </avue-crud>
  </basic-container>
</template>
<script>
import { getDetail, getList, update, remove, save } from "@/api/farm/farmPaper";
import { mapGetters } from "vuex";
@@ -155,7 +155,7 @@
  methods: {
    //新增
    rowSave(row, done, loading) {
      row["deptId"] = this.farmId;
      row["farmId"] = this.farmId;
      row["type"] = 1;
      save(row).then(
        () => {
@@ -282,5 +282,5 @@
  },
};
</script>
<style></style>
<style></style>