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