@@ -232,6 +232,19 @@ export default {
methods: {
//查询
getSearchData (val) {
+ this.form = {
+ time: '',
+ status: '',
+ flightNumber: '',
+ destination: '',
+ station: '',
+ grade: '',
+ type: '',
+ container: '',
+ name: '',
+ pnr: '',
+ check: ''
+ };
if(this.timeStart==""||this.timeEnd==""||val==""){
this.$message.error('请先输入完整查询信息');
}