feat 进件信息填写优化

This commit is contained in:
bootx
2025-08-21 22:50:23 +08:00
parent ae132f9331
commit bf03de9eb9
3 changed files with 6 additions and 6 deletions

View File

@@ -591,11 +591,11 @@ import type { WebHeaders } from '#/web'
import router from '@/router'
const route = useRoute()
const { id: applyId, token, client } = route.query
const { id: applyId, token } = route.query
// 请求头信息
const headers = {
'AccessToken': token,
'x-client-code': client,
'x-client-code': 'dax-pay-gateway',
} as WebHeaders
// 控制当前页面数据对象

View File

@@ -558,11 +558,11 @@ import type { WebHeaders } from '#/web'
import router from '@/router'
const route = useRoute()
const { id: applyId, token, client } = route.query
const { id: applyId, token } = route.query
// 请求头信息
const headers = {
'AccessToken': token,
'x-client-code': client,
'x-client-code': 'dax-pay-gateway',
} as WebHeaders
// 控制当前页面数据对象

View File

@@ -680,11 +680,11 @@ import type { WebHeaders } from '#/web'
import router from '@/router'
const route = useRoute()
const { id: applyId, token, client } = route.query
const { id: applyId, token } = route.query
// 请求头信息
const headers = {
'AccessToken': token,
'x-client-code': client,
'x-client-code': 'dax-pay-gateway',
} as WebHeaders
// 控制当前页面数据对象