Procházet zdrojové kódy

查看卷内文件size修改

duy před 2 roky
rodič
revize
1e012bf4c2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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('')