作者 朱兆平

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

@@ -172,6 +172,9 @@ @@ -172,6 +172,9 @@
172 this.tableData=response.list; 172 this.tableData=response.list;
173 this.tableloading=false; 173 this.tableloading=false;
174 this.total=response.total; 174 this.total=response.total;
  175 + }).catch(e=>{
  176 +
  177 + }).finally(()=>{
175 this.listLoading = false; 178 this.listLoading = false;
176 }); 179 });
177 }, 180 },