修改人员选择
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user