Browse Source

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

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

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

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

Loading…
Cancel
Save