举报核查前后端接口bug修复
This commit is contained in:
parent
a659abd3cf
commit
a8d3461575
|
|
@ -410,8 +410,7 @@ const baseRoutes = [
|
|||
]
|
||||
},
|
||||
{
|
||||
path: 'jbhcxx',
|
||||
name: '_jbhcxx',
|
||||
path: 'jbhcxx', name: '_jbhcxx',
|
||||
component: () => import('@views/xzzfgl/jbhcxx.vue'),
|
||||
meta: {
|
||||
title: '举报核查',
|
||||
|
|
|
|||
|
|
@ -439,7 +439,6 @@ const options = [
|
|||
{value: '3', label: '举报核查'},
|
||||
{value: '4', label: '随机抽查'},
|
||||
]
|
||||
|
||||
function handleQuery(queryParams) {
|
||||
queryParams.currentNodeCode = 'plan_approval,plan_approval_failed'
|
||||
queryParams.agencyCode = queryParams.agency?.agencyCode
|
||||
|
|
|
|||
|
|
@ -287,6 +287,7 @@ public class ReportCheckService {
|
|||
o.setUpdateBy(user.getXm());
|
||||
o.setUpdateAccountBy(user.getYhwybs());
|
||||
}
|
||||
|
||||
o.setUpdateTime(now);
|
||||
o.setFeedbackNot("1");
|
||||
saveOPer(o, user, "反馈", now);
|
||||
|
|
|
|||
Loading…
Reference in New Issue