add 手持送空
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user