待办任务提交审核返回刷新
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<el-icon class="elView" v-if="problemDetail?.problemName && VITE_FLAG">
|
||||
<View @click="openFile(problemDetail?.problemName)" />
|
||||
</el-icon>
|
||||
<span class="aLoad" @click="download(supervisionReportDetail.keyName)" target="_blank">{{ problemDetail.problemName }}</a>
|
||||
<span class="aLoad" @click="download(supervisionReportDetail.keyName)" target="_blank">{{ problemDetail.problemName }}</span>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="采取的措施:" prop="takeStep">
|
||||
|
||||
@@ -76,7 +76,6 @@ const adminInfo = useAdminInfo()
|
||||
const TableHeaderRef = ref()
|
||||
const tableRef = ref()
|
||||
const activeName = ref('1')
|
||||
const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'
|
||||
const tableStore = new TableStore({
|
||||
url: '/supervision-boot/tempLinedebug/pageHasDebug',
|
||||
method: 'POST',
|
||||
|
||||
@@ -29,9 +29,9 @@ const props = defineProps({
|
||||
|
||||
})
|
||||
|
||||
defineOptions({
|
||||
name: 'bpm/task'
|
||||
})
|
||||
// defineOptions({
|
||||
// name: 'bpm/task'
|
||||
// })
|
||||
const activeName = ref('1')
|
||||
|
||||
const layout = mainHeight(63) as any
|
||||
|
||||
Reference in New Issue
Block a user