|
@@ -976,7 +976,7 @@ export default {
|
|
|
transferingNumber:res.Data?res.Data.filter(dat => dat.State==1).length:0,
|
|
|
list:res.Data || []
|
|
|
}
|
|
|
- if(this.transferStatus && this.transferStatus.transferingNumber){
|
|
|
+ if(this.transferStatus.list && this.transferStatus.list.length>0){
|
|
|
this.transferStatusShow=true
|
|
|
}
|
|
|
}
|