main
suixy 5 days ago
parent c0dd0786b6
commit d221f6ad64

@ -91,7 +91,7 @@
placeholder="请选择机场名称"
style="width: 200px"
clearable
@change="selectUpdate"
@change="selectUpdate($event);form1.region1=''"
>
<el-option
v-for="i in options1"
@ -1156,7 +1156,6 @@ const selectUpdate = (val) => {
form1.value.region = val
getArea({airId: val}).then(e => {
options2.value = e.data
form1.value.region1=''
})
}
const select2Update = (val) => {

Loading…
Cancel
Save