维护客户基本完善---页码
This commit is contained in:
@@ -317,7 +317,10 @@ export default {
|
||||
this.loading = true
|
||||
this.$api.get(this.$api.phpURL + 'manager/UserFollow/getList', {PageIndex: this.searchModel.PageIndex, search: this.searchModel}).then(res => {
|
||||
this.retData.Data = res.data.list
|
||||
this.retData.TotalCount = parseInt(res.data.count)
|
||||
// eslint-disable-next-line eqeqeq
|
||||
if (res.data.count != 0) {
|
||||
this.retData.TotalCount = parseInt(res.data.count)
|
||||
}
|
||||
this.types = res.data.types
|
||||
this.loading = false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user