Browse Source

首件检验记录重置查询条件

hella_online_20240821
zhaoyiran 3 months ago
parent
commit
8a2f083167
  1. 7
      src/views/qms/inspectionRecordFirst/index.vue

7
src/views/qms/inspectionRecordFirst/index.vue

@ -2,10 +2,7 @@
<ContentWrap> <ContentWrap>
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<Search :schema="InspectionRecordMain.allSchemas.searchSchema" @search="setSearchParams" <Search :schema="InspectionRecordMain.allSchemas.searchSchema" @search="setSearchParams"
@reset="setSearchParams({ @reset="setSearchParams"
available: true,
inspectionType:'11'
})"
/> />
</ContentWrap> </ContentWrap>
@ -306,7 +303,7 @@ const searchFormClick = (searchData) => {
/** 初始化 **/ /** 初始化 **/
onMounted(async () => { onMounted(async () => {
tableObject.params = { tableObject.params = {
available: true, available: 'TRUE',
inspectionType:'11' inspectionType:'11'
} }
getList() getList()

Loading…
Cancel
Save