普测测试流程
This commit is contained in:
@@ -41,7 +41,7 @@ const tableStore = new TableStore({
|
||||
},
|
||||
{
|
||||
field: 'deptName',
|
||||
title: '普测负责单位'
|
||||
title: '负责单位'
|
||||
},
|
||||
{
|
||||
field: 'substation',
|
||||
@@ -52,7 +52,7 @@ const tableStore = new TableStore({
|
||||
},
|
||||
{
|
||||
field: 'planName',
|
||||
title: '普测计划名称'
|
||||
title: '普测计划'
|
||||
},
|
||||
{ field: 'planStartTime', title: '计划开始时间' },
|
||||
{ field: 'planEndTime', title: '计划结束时间' },
|
||||
@@ -189,7 +189,6 @@ const handleAudit = (instanceId: string,historyInstanceId:string) => {
|
||||
// 取消
|
||||
|
||||
onMounted(() => {
|
||||
TableHeaderRef.value.setInterval(1)
|
||||
tableStore.index()
|
||||
getUserByRoleType(3).then(res => {
|
||||
auditList.value = res.data
|
||||
|
||||
Reference in New Issue
Block a user