| | |
| | | getNotice(this.data).then(res => { |
| | | if (res.code == 100) { |
| | | // this.noticeList = res.data ? res.data : []; |
| | | let list = res.data?res.data: []; |
| | | if (res.pageIndex != 1) { |
| | | this.noticeList = this.noticeList.concat(list) |
| | | } else { |
| | | this.noticeList = list; |
| | | } |
| | | this.total = res.total |
| | | let list = res.data?res.data: []; |
| | | if (res.pageIndex != 1) { |
| | | this.noticeList = this.noticeList.concat(list) |
| | | } else { |
| | | this.noticeList = list; |
| | | } |
| | | this.total = res.total |
| | | this.noticeListCopy = this.noticeList; |
| | | if (this.noticeList.length > 0) { |
| | | this.noticeList.forEach((item, index) => { |