|
|
@ -5,9 +5,7 @@ |
|
|
|
<Search |
|
|
|
:schema="InspectionMain.allSchemas.searchSchema" |
|
|
|
@search="setSearchParams" |
|
|
|
@reset="setSearchParams({ |
|
|
|
available: true |
|
|
|
})" |
|
|
|
@reset="setSearchParams" |
|
|
|
/> |
|
|
|
</ContentWrap> |
|
|
|
|
|
|
@ -510,7 +508,7 @@ const ListTableSubmit = async (formType, data) => { |
|
|
|
/** 初始化 **/ |
|
|
|
onMounted(async () => { |
|
|
|
tableObject.params = { |
|
|
|
available: true |
|
|
|
available: 'TRUE' |
|
|
|
} |
|
|
|
getList() |
|
|
|
importTemplateData.templateUrl = await InspectionMainApi.importTemplate() |
|
|
|