执法检立案上报统计功能完善修改

This commit is contained in:
luolianxin 2025-08-01 19:15:21 +08:00
parent 228df363fb
commit a28429aaf3
3 changed files with 2 additions and 9 deletions

View File

@ -35,7 +35,7 @@
</span>
</div>
</div>
s="iconfont icon-zngzt_tcdl" @click="handleLogout" title="退出"></i>
</div>
</div>
</template>

File diff suppressed because one or more lines are too long

View File

@ -72,13 +72,6 @@ public class EnforcementInfoHistoryController {
}
/**
* 立案上报审核
* @param historyId 历史执法信息id
* @param caseInfo 历史执法信息实体
* @return 历史执法信息实体
*/
@PutMapping("/updateSupplementVerify/{historyId}")
public Result<EnforcementInfoHistory> updateSupplementVerify(@PathVariable String historyId, @RequestBody EnforcementInfoHistory caseInfo, @CurrentUser RemoteUserInfo user) {
caseInfo.setHistoryId(historyId);