作者 xudada

编辑提交之后重置表单

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