mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +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.communitys = res.communitys
|
||||
this.dealCommunityAttr(res.communitys)
|
||||
this.pagination.total = res.records
|
||||
this.pagination.total = res.total
|
||||
}).catch(error => {
|
||||
console.error('请求失败处理', error)
|
||||
})
|
||||
|
||||
@ -44,8 +44,8 @@ export default {
|
||||
logo: '',
|
||||
companyName:'',
|
||||
loginForm: {
|
||||
username: '',
|
||||
passwd: '',
|
||||
username: 'wuxw',
|
||||
passwd: 'admin',
|
||||
validateCode: ''
|
||||
},
|
||||
captchaUrl: '',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user