feat: 列表请求数调整
This commit is contained in:
parent
f7c7a334d3
commit
2e78b11b5b
@ -168,7 +168,7 @@ const currentType = ref('0')
|
|||||||
const getCaseData = async () => {
|
const getCaseData = async () => {
|
||||||
console.log('88')
|
console.log('88')
|
||||||
const website = new Website()
|
const website = new Website()
|
||||||
const res = await website.getCasePage({typeId: '0',pageNum: 1,pageSize: 10})
|
const res = await website.getCasePage({typeId: '0',pageNum: 1,pageSize: 6})
|
||||||
console.log('66',res)
|
console.log('66',res)
|
||||||
if(res.code == 200){
|
if(res.code == 200){
|
||||||
let resLs = res.data?.records || []
|
let resLs = res.data?.records || []
|
||||||
|
|||||||
@ -88,7 +88,7 @@ const commentList = ref([])
|
|||||||
const getCommentData = async () => {
|
const getCommentData = async () => {
|
||||||
console.log('00')
|
console.log('00')
|
||||||
const website = new Website()
|
const website = new Website()
|
||||||
const res = await website.getCommentPage({pageNum: 1,pageSize: 10})
|
const res = await website.getCommentPage({pageNum: 1,pageSize: 3})
|
||||||
console.log('77',res)
|
console.log('77',res)
|
||||||
if(res.code == 200){
|
if(res.code == 200){
|
||||||
let resLs = res.data?.records || []
|
let resLs = res.data?.records || []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user