mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 08:36:44 +08:00
安全性问题处理:电投列表添加组件处理 --提交人:阳华祥
This commit is contained in:
@@ -170,6 +170,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
showFlag: true,
|
||||||
searchName: '',
|
searchName: '',
|
||||||
active: 'uncommit', //uncommit 表示未提交 commit表示已提交
|
active: 'uncommit', //uncommit 表示未提交 commit表示已提交
|
||||||
saleList: [],
|
saleList: [],
|
||||||
@@ -201,7 +202,8 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
initThisPage(showFlag) {
|
initThisPage(showFlag) {
|
||||||
if (showFlag) {
|
this.showFlag = showFlag
|
||||||
|
if (this.showFlag) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.loadMore()
|
this.loadMore()
|
||||||
@@ -215,6 +217,9 @@ export default {
|
|||||||
},
|
},
|
||||||
//分页用
|
//分页用
|
||||||
loadMore() {
|
loadMore() {
|
||||||
|
if (this.showFlag) {
|
||||||
|
return
|
||||||
|
}
|
||||||
let pageInfo = {
|
let pageInfo = {
|
||||||
pageNum: this.currentPage,
|
pageNum: this.currentPage,
|
||||||
pageSize: this.pageSize,
|
pageSize: this.pageSize,
|
||||||
|
|||||||
Reference in New Issue
Block a user