瀏覽代碼

耕地保护历史记录搜索

lkk 11 月之前
父節點
當前提交
b3f1547c9f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/complianceAnalysis/components/lsjl.vue

+ 1 - 1
src/views/complianceAnalysis/components/lsjl.vue

@@ -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);