mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-10-31 02:08:45 +08:00 
			
		
		
		
	查看OA请假返回流程详情
This commit is contained in:
		| @@ -2,6 +2,7 @@ | ||||
|   <ContentWrap> | ||||
|     <!-- 详情 --> | ||||
|     <Descriptions :schema="allSchemas.detailSchema" :data="formData" /> | ||||
|     <el-button @click="routerReturn" type="primary">返回</el-button> | ||||
|   </ContentWrap> | ||||
| </template> | ||||
|  | ||||
| @@ -9,7 +10,8 @@ | ||||
| // 业务相关的 import | ||||
| import * as LeaveApi from '@/api/bpm/leave' | ||||
| import { allSchemas } from '@/views/bpm/oa/leave/leave.data' | ||||
|  | ||||
| import { useRouter } from 'vue-router' | ||||
| const router = useRouter() | ||||
| const { query } = useRoute() // 查询参数 | ||||
| const message = useMessage() // 消息弹窗 | ||||
|  | ||||
| @@ -22,6 +24,10 @@ const formData = ref({ | ||||
|   reason: undefined | ||||
| }) | ||||
|  | ||||
| const routerReturn = () => { | ||||
|   router.back() | ||||
| } | ||||
|  | ||||
| onMounted(() => { | ||||
|   id.value = query.id | ||||
|   if (!id.value) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 gexinzhineng/gxzn27
					gexinzhineng/gxzn27