Browse Source

fix 已办事项筛选条件

dev
巴林闲侠 2 years ago
parent
commit
d6d89b349d
  1. 2
      weapp/src/packages/patrolView/index.jsx

2
weapp/src/packages/patrolView/index.jsx

@ -77,7 +77,7 @@ function Index() {
endTime: datePicker ? datePicker + ' 23:59:59' : '',
keyword: filterText,
reportType: isWait || ishandle ? 'anomaly' : reportType,
userId: filter === 'my' ? userInfo.id : '',
userId: filter === 'my' && !ishandle ? userInfo.id : '',
handleState: isWait ? '待处理' : ishandle ? '已处理' : '',
performerId: isWait || ishandle ? userInfo.id : ''
}

Loading…
Cancel
Save