mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 04:36:44 +08:00
Merge branch 'feature/GFRS-2266【需求】产说会需求' into dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user