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