add 手持送空

This commit is contained in:
张江玮
2023-05-16 09:30:50 +08:00
parent 6ab4623447
commit aefd73c951
15 changed files with 156 additions and 97 deletions

View File

@@ -24,8 +24,8 @@
clearable
filterable
placeholder="所属区域"
@clear="pointTypesList = null"
@change="getPointStatusAndTypeList(query.region_id, 1)"
@clear="pointTypesList = null; query.point_type = null"
@change="getPointStatusAndTypeList(query.region_id, 1); query.point_type = null"
>
<el-option
v-for="item in regionList"
@@ -146,8 +146,8 @@
placeholder="请选择"
style="width: 300px"
filterable
@change="getPointStatusAndTypeList(form.region_id, 2)"
@clear="pointTypesDialogList = null"
@change="getPointStatusAndTypeList(form.region_id, 2); form.point_type = null"
@clear="pointTypesDialogList = null; form.point_type = null"
>
<el-option
v-for="item in regionList"