待办任务提交审核返回刷新

This commit is contained in:
sjl
2025-12-19 13:27:18 +08:00
parent 38806367b4
commit dffc735edb
3 changed files with 4 additions and 5 deletions

View File

@@ -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">

View File

@@ -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',

View File

@@ -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