Browse Source

执法记录 按状态查询修改

master
DX 1 month ago
parent
commit
a5811139d5
  1. 4
      sub/task/detail.vue

4
sub/task/detail.vue

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

Loading…
Cancel
Save