修改人员选择

This commit is contained in:
范强强
2023-05-09 09:34:47 +08:00
parent 4c8677a683
commit 7f60f36dba
3 changed files with 17 additions and 4 deletions
@@ -35,7 +35,7 @@
</div>
</a-col>
<template v-if="toggleSearchStatus">
<a-col :md="6" :sm="8">
<a-col :md="6" :sm="8" v-if="isPersonnelSelection">
<div class="box-title-text">
<div class="title-text" :title="$t('StudioEngineer')">
<span>{{$t('StudioEngineer')}}</span>
@@ -48,7 +48,7 @@
v-model="queryParam.studioEngineerName"/>
</div>
</a-col>
<a-col :md="6" :sm="8">
<a-col :md="6" :sm="8" v-if="isPersonnelSelection">
<div class="box-title-text">
<div class="title-text" :title="$t('certifiedEngineer')">
<span>{{$t('certifiedEngineer')}}</span>
@@ -199,6 +199,7 @@
formInline: {},
rules: {},
visible: false,
isPersonnelSelection:true,
dataSource: [],
confirmLoading: false,
url: {
@@ -404,6 +405,10 @@
this.getList()
},
searchReset() {
this.isPersonnelSelection = false
this.$nextTick(()=>{
this.isPersonnelSelection = true
})
this.pageNo = 1
this.queryParam = {}
this.getList()