1730532197@qq.com

lwj

......@@ -316,8 +316,13 @@
this.loadingFlightDate = true;
this.sourceFlightAndFlightDate = [];
findSourceFlightAndFlightDateApi(this.queryParams).then(response => {
if(response.code === 200){
this.sourceFlightAndFlightDate = response.data;
this.loadingFlightDate = false;
}else{
this.msgError(response.msg);
}
});
......