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>