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
ef263991
authored
Aug 10, 2025
by
钟乾明
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
u: 考察组id编码
parent
ce73501e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
package.json
src/App.vue
package.json
View file @
ef263991
...
@@ -7,7 +7,6 @@
...
@@ -7,7 +7,6 @@
"scripts"
:
{
"scripts"
:
{
"dev"
:
"node build/dev-server.js"
,
"dev"
:
"node build/dev-server.js"
,
"start"
:
"node build/dev-server.js"
,
"start"
:
"node build/dev-server.js"
,
"build"
:
"npm run build:test"
,
"build:test"
:
"cross-env PACK_ENV=test node build/vt-build.js"
,
"build:test"
:
"cross-env PACK_ENV=test node build/vt-build.js"
,
"build:prod"
:
"cross-env PACK_ENV=prod node build/vt-build.js"
"build:prod"
:
"cross-env PACK_ENV=prod node build/vt-build.js"
},
},
...
...
src/App.vue
View file @
ef263991
...
@@ -36,7 +36,7 @@ export default {
...
@@ -36,7 +36,7 @@ export default {
this
.
updateFid
(
testFid
)
this
.
updateFid
(
testFid
)
this
.
updateCurrentPageType
(
5
)
this
.
updateCurrentPageType
(
5
)
await
this
.
fetchInspect
({
await
this
.
fetchInspect
({
billId
:
Coder
.
replac
e
(
testFid
),
billId
:
Coder
.
encod
e
(
testFid
),
isGradeNode
:
false
isGradeNode
:
false
})
// 29 30评分节点放开
})
// 29 30评分节点放开
this
.
updateReadyState
(
true
)
this
.
updateReadyState
(
true
)
...
@@ -334,7 +334,7 @@ export default {
...
@@ -334,7 +334,7 @@ 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
(
encodeURIComponent
(
params
.
billId
))
this
.
updateFid
((
params
.
billId
))
this
.
fetchExtraDataSuccess
=
true
this
.
fetchExtraDataSuccess
=
true
}
}
}
else
{
}
else
{
...
...
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