修改点击清空无法清空高级检索的字段

布局评论
This commit is contained in:
qq787203167
2022-04-29 13:59:35 +08:00
parent 71f0d7b13a
commit 256b92f23c
5 changed files with 41 additions and 14 deletions
@@ -88,7 +88,8 @@
{{$t('DocumentStandard')}}
</div>
<div class="operator-text" v-has="'document:importZip'" v-if="isTrue">
<ImportFile :url="url" :dummyInventoryBaseId="$route.query.id" :isTrue="true" @getList="getPersonnelList" :accept="'.zip'"/>
<ImportFile :url="url" :dummyInventoryBaseId="$route.query.id" :isTrue="true" @getList="getPersonnelList"
:accept="'.zip'"/>
</div>
<!-- 模板下载-->
<div @click="handleModule" class="operator-text" v-if="isTrue">
@@ -560,6 +561,8 @@
this.getList()
},
searchReset() {
this.$refs.globalAdvancedQueryRef.resetLine()
this.$refs.globalAdvancedQueryRef.emitCallback()
this.queryParam = {}
this.getList()
},
@@ -625,8 +628,8 @@
}
})
},
getPersonnelList(){
this.getList()
getPersonnelList() {
this.getList()
},
batSettingList() {
this.getList()