mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 19:46:43 +08:00
【银保app】保单列表查询无数据清空页面数据
This commit is contained in:
@@ -268,10 +268,10 @@ export default {
|
|||||||
// that.filpolicyListDTOList = res.policyListDTOList
|
// that.filpolicyListDTOList = res.policyListDTOList
|
||||||
// console.log(this.policyListDTOList, 'data里的policyListDTOList')
|
// console.log(this.policyListDTOList, 'data里的policyListDTOList')
|
||||||
// this.YBpolicyListAgent()
|
// this.YBpolicyListAgent()
|
||||||
if( res.policyListDTOList.length == 0 ){
|
if( res.policyListDTOList && res.policyListDTOList.length == 0 ){
|
||||||
this.finished = true
|
this.finished = true
|
||||||
this.loading= false
|
this.loading= false
|
||||||
// that.filpolicyListDTOList = []
|
that.filpolicyListDTOList = []
|
||||||
}else{
|
}else{
|
||||||
that.filpolicyListDTOList = that.filpolicyListDTOList.concat(res.policyListDTOList)
|
that.filpolicyListDTOList = that.filpolicyListDTOList.concat(res.policyListDTOList)
|
||||||
that.finished = false
|
that.finished = false
|
||||||
|
|||||||
Reference in New Issue
Block a user