mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 19:46:43 +08:00
Merge branch 'feature/GFRS-2266【需求】产说会需求' into dev
This commit is contained in:
@@ -87,6 +87,7 @@ export default {
|
|||||||
this.currentPage++
|
this.currentPage++
|
||||||
// this.saleList = this.saleList.concat(res.content.list)
|
// 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.tableData = this.tableData.concat(res.content.list)
|
||||||
this.loading = false
|
this.loading = false
|
||||||
this.finished = false
|
this.finished = false
|
||||||
if (res.content.nextPage == 0) {
|
if (res.content.nextPage == 0) {
|
||||||
@@ -118,7 +119,7 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.table {
|
.table {
|
||||||
overflow-x: auto;
|
// overflow-x: auto;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|||||||
Reference in New Issue
Block a user