|
@ -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() |
|
|