v1.9 修复业务受理页面部分bug

This commit is contained in:
wuxw 2025-08-01 14:29:26 +08:00
parent 586338a6a9
commit cfccdf5c68
2 changed files with 3 additions and 3 deletions

View File

@ -143,7 +143,7 @@ export default {
this.communityManageInfo.records = res.records
this.communityManageInfo.communitys = res.communitys
this.dealCommunityAttr(res.communitys)
this.pagination.total = res.records
this.pagination.total = res.total
}).catch(error => {
console.error('请求失败处理', error)
})

View File

@ -44,8 +44,8 @@ export default {
logo: '',
companyName:'',
loginForm: {
username: '',
passwd: '',
username: 'wuxw',
passwd: 'admin',
validateCode: ''
},
captchaUrl: '',