mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 18:11:00 +08:00
v1.9 修复业务受理页面部分bug
This commit is contained in:
parent
586338a6a9
commit
cfccdf5c68
@ -143,7 +143,7 @@ export default {
|
|||||||
this.communityManageInfo.records = res.records
|
this.communityManageInfo.records = res.records
|
||||||
this.communityManageInfo.communitys = res.communitys
|
this.communityManageInfo.communitys = res.communitys
|
||||||
this.dealCommunityAttr(res.communitys)
|
this.dealCommunityAttr(res.communitys)
|
||||||
this.pagination.total = res.records
|
this.pagination.total = res.total
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
console.error('请求失败处理', error)
|
console.error('请求失败处理', error)
|
||||||
})
|
})
|
||||||
|
|||||||
@ -44,8 +44,8 @@ export default {
|
|||||||
logo: '',
|
logo: '',
|
||||||
companyName:'',
|
companyName:'',
|
||||||
loginForm: {
|
loginForm: {
|
||||||
username: '',
|
username: 'wuxw',
|
||||||
passwd: '',
|
passwd: 'admin',
|
||||||
validateCode: ''
|
validateCode: ''
|
||||||
},
|
},
|
||||||
captchaUrl: '',
|
captchaUrl: '',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user