Merge branch 'feature/GFRS-2266【需求】产说会需求' into dev

This commit is contained in:
proudlx
2021-04-25 13:15:21 +08:00

View File

@@ -87,6 +87,7 @@ export default {
this.currentPage++
// this.saleList = this.saleList.concat(res.content.list)
this.tableData = this.tableData.concat(res.content.list)
// this.tableData = this.tableData.concat(res.content.list)
this.loading = false
this.finished = false
if (res.content.nextPage == 0) {
@@ -118,7 +119,7 @@ export default {
<style lang="scss" scoped>
.table {
overflow-x: auto;
// overflow-x: auto;
margin: 5px;
box-sizing: border-box;
background: #fff;