调整分享,创建资料等bug
This commit is contained in:
@@ -88,13 +88,14 @@
|
||||
// 获取列表
|
||||
getLog(){
|
||||
cash({
|
||||
day : this.type,
|
||||
type: this.dayType,
|
||||
day : this.dayType,
|
||||
type: this.type,
|
||||
page: this.page.current
|
||||
}).then(res => {
|
||||
let { total, lists } = res;
|
||||
let atList = lists.page.current == 1 ? [] : this.list
|
||||
this.list = atList.concat(lists.data)
|
||||
this.total = total
|
||||
this.page = lists.page
|
||||
this.pagesShow = false
|
||||
}).catch(err => {
|
||||
|
||||
Reference in New Issue
Block a user