作者 朱兆平

fix:进港航班申报查询接口报错的处理

... ... @@ -172,6 +172,9 @@
this.tableData=response.list;
this.tableloading=false;
this.total=response.total;
}).catch(e=>{
}).finally(()=>{
this.listLoading = false;
});
},
... ...