Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
高东东-金蝶建发
/
jf-yzj-supplier
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
09aba149
authored
Aug 12, 2025
by
钟乾明
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
u: 云之家request参数需要编码-fid
parent
ef263991
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
3 deletions
jsconfig.json
src/App.vue
src/pages/common/inspect.vue
src/pages/index.vue
jsconfig.json
0 → 100644
View file @
09aba149
{
"compilerOptions"
:
{
"baseUrl"
:
"./"
,
"paths"
:
{
"@/*"
:
[
"./src/*"
]
}
}
}
src/App.vue
View file @
09aba149
...
@@ -24,11 +24,11 @@ export default {
...
@@ -24,11 +24,11 @@ export default {
},
},
created
()
{
created
()
{
if
(
process
.
env
.
NODE_ENV
===
'provt'
)
{
if
(
process
.
env
.
NODE_ENV
===
'provt'
)
{
//
兼容V+模块
//
线上环境、
console
.
log
(
'当前环境:'
,
process
.
env
.
NODE_ENV
)
console
.
log
(
'当前环境:'
,
process
.
env
.
NODE_ENV
)
this
.
getVUserData
()
this
.
getVUserData
()
}
else
{
}
else
{
//
APP模块(生产环境、
开发环境)
//
(
开发环境)
console
.
log
(
'当前环境:'
,
process
.
env
.
NODE_ENV
)
console
.
log
(
'当前环境:'
,
process
.
env
.
NODE_ENV
)
// 模拟耗时获取数据
// 模拟耗时获取数据
setTimeout
(
async
()
=>
{
setTimeout
(
async
()
=>
{
...
@@ -334,7 +334,8 @@ export default {
...
@@ -334,7 +334,8 @@ export default {
this
.
updateFlowId
(
params
.
fdId
)
this
.
updateFlowId
(
params
.
fdId
)
this
.
updateTodoId
(
params
.
todoId
)
this
.
updateTodoId
(
params
.
todoId
)
this
.
updateBillId
(
encodeURIComponent
(
params
.
billId
))
this
.
updateBillId
(
encodeURIComponent
(
params
.
billId
))
this
.
updateFid
((
params
.
billId
))
console
.
log
(
'updateFid 前>> '
,
params
.
billId
)
this
.
updateFid
(
params
.
billId
)
this
.
fetchExtraDataSuccess
=
true
this
.
fetchExtraDataSuccess
=
true
}
}
}
else
{
}
else
{
...
...
src/pages/common/inspect.vue
View file @
09aba149
...
@@ -127,6 +127,7 @@ export default {
...
@@ -127,6 +127,7 @@ export default {
'updateMemberGradeInfo'
'updateMemberGradeInfo'
]),
]),
fetchData
()
{
fetchData
()
{
console
.
log
(
'fetchInspect 前>>'
,
this
.
currentFid
)
this
.
$store
.
commit
(
'showLoading'
,
true
)
this
.
$store
.
commit
(
'showLoading'
,
true
)
if
(
!
this
.
isGradeNode
)
{
if
(
!
this
.
isGradeNode
)
{
this
.
fetchInspect
({
billId
:
Coder
.
encode
(
this
.
currentFid
),
isGradeNode
:
this
.
isGradeNode
})
this
.
fetchInspect
({
billId
:
Coder
.
encode
(
this
.
currentFid
),
isGradeNode
:
this
.
isGradeNode
})
...
...
src/pages/index.vue
View file @
09aba149
...
@@ -17,6 +17,7 @@ export default {
...
@@ -17,6 +17,7 @@ export default {
},
},
watch
:
{
watch
:
{
isReady
(
value
)
{
isReady
(
value
)
{
console
.
log
(
'wc isReady>>'
,
value
,
this
.
currentPageType
)
if
(
value
)
{
if
(
value
)
{
switch
(
this
.
currentPageType
)
{
switch
(
this
.
currentPageType
)
{
case
this
.
PageTypes
.
Leader_Todo
:
case
this
.
PageTypes
.
Leader_Todo
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment