优化线上签字等功能
This commit is contained in:
parent
ec3b72ed29
commit
2dc6763f8e
|
|
@ -290,7 +290,7 @@ const pageConfig = {
|
|||
}
|
||||
const activeTab = ref('案件 (首页)');
|
||||
// 已打开的标签页列表
|
||||
{
|
||||
const openedTabs = ref([ {
|
||||
name: '案件 (首页)',
|
||||
label: '案件 (首页)',
|
||||
component: caseMain,
|
||||
|
|
|
|||
|
|
@ -72,6 +72,8 @@ public class EnforcementInfoHistoryController {
|
|||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 立案上报审核
|
||||
* @param historyId 历史执法信息id
|
||||
* @param caseInfo 历史执法信息实体
|
||||
|
|
|
|||
Loading…
Reference in New Issue