瀏覽代碼

查看卷内文件size修改

duy 2 年之前
父節點
當前提交
1e012bf4c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/archives/tuning.vue

+ 1 - 1
src/views/archives/tuning.vue

@@ -337,7 +337,7 @@ const searchForm = ref({
 })
 const insearchForm = ref({
     contractId: null, type: null, approval: null,
-    current: 1, size: 20, total: 0
+    current: 1, size: 1000, total: 0
 })
 //树相关的变量
 const primaryKeyId = ref('')