Commit 32b09a74 authored by mzx's avatar mzx

bug修改

parent 14d23579
......@@ -237,6 +237,7 @@
:disabled="disabledon"
placeholder="请选择证件当前状态"
style="width: 100%"
@change="statusChange"
>
<el-option
v-for="dict in dict.type.bhxq_employee_post_status"
......@@ -371,6 +372,9 @@ export default {
this.getpersonnellist()
},
methods: {
statusChange() {
this.form.revokeReason = ''
},
// 查询人员列表
getpersonnellist() {
this.queryParamslist.businessType = 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment