调整分享,创建资料等bug

This commit is contained in:
唐明明
2022-12-30 16:01:07 +08:00
parent 2a851d47b2
commit 893a8012be
11 changed files with 201 additions and 44 deletions

View File

@@ -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 => {