作者 xudada

编辑提交之后重置表单

@@ -157,7 +157,7 @@ @@ -157,7 +157,7 @@
157 @size-change="handleSizeChange" 157 @size-change="handleSizeChange"
158 @current-change="handleCurrentChange" 158 @current-change="handleCurrentChange"
159 :current-page="query.pageNum" 159 :current-page="query.pageNum"
160 - :page-sizes="[100, 200, 300, 400]" 160 + :page-sizes="[10, 20, 30, 40]"
161 :page-size="query.pageSize" 161 :page-size="query.pageSize"
162 layout="total, sizes, prev, pager, next, jumper" 162 layout="total, sizes, prev, pager, next, jumper"
163 :total="total"> 163 :total="total">
@@ -459,7 +459,7 @@ @@ -459,7 +459,7 @@
459 airportcodes:[], 459 airportcodes:[],
460 airportcodes2:[], 460 airportcodes2:[],
461 loading:false, 461 loading:false,
462 - flightdate:['2024-12-22','2024-12-25'], 462 + flightdate:[],
463 pickerOptions: { 463 pickerOptions: {
464 shortcuts: [{ 464 shortcuts: [{
465 text: '最近一周', 465 text: '最近一周',