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