|
@@ -247,7 +247,7 @@ export default {
|
|
|
});
|
|
|
} else if (this.$props.type == "gdbh") {
|
|
|
//耕保历史记录
|
|
|
- SelectGdbhList().then((res) => {
|
|
|
+ SelectGdbhList({ ...this.pageObj }).then((res) => {
|
|
|
setTimeout(() => {
|
|
|
this.$emit("updateParent", "loading", false);
|
|
|
}, 100);
|