|
|
|
@ -113,7 +113,7 @@
|
|
|
|
|
:options="getDropdownOption('Inspections_status')" |
|
|
|
|
@change=" |
|
|
|
|
v => { |
|
|
|
|
querySelect(v, 'Inspections_status') |
|
|
|
|
querySelect(v, 'inspectionsStatus') |
|
|
|
|
} |
|
|
|
|
" |
|
|
|
|
/> |
|
|
|
@ -247,7 +247,7 @@ export default {
|
|
|
|
|
// 查询条件 |
|
|
|
|
queryParams: { |
|
|
|
|
departmentId: '', |
|
|
|
|
Inspections_status: '', |
|
|
|
|
inspectionsStatus: '', |
|
|
|
|
pageSize: 8, |
|
|
|
|
pageNo: 1, |
|
|
|
|
userId: '' |
|
|
|
|