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
6ba3ca02
authored
Aug 12, 2025
by
钟乾明
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
u: 重复编码
parent
09aba149
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/pages/enclosure/index.vue
src/vuex/modules/inspect.js
src/pages/enclosure/index.vue
View file @
6ba3ca02
...
...
@@ -116,7 +116,7 @@ export default {
},
mounted
()
{
let
fid
=
this
.
isGradeNode
?
this
.
reviewGrpId
:
this
.
currentFid
this
.
fetchAttachmentList
({
billId
:
Coder
.
encod
e
(
fid
)
})
this
.
fetchAttachmentList
({
billId
:
Coder
.
replac
e
(
fid
)
})
this
.
fetchGetHisAttachmentList
({
billId
:
Coder
.
encode
(
fid
)
})
},
data
()
{
...
...
src/vuex/modules/inspect.js
View file @
6ba3ca02
...
...
@@ -139,7 +139,7 @@ export default {
if
(
isGradeNode
)
{
reviewGrpId
=
getters
.
reviewGrpId
}
else
{
reviewGrpId
=
billId
reviewGrpId
=
decodeURIComponent
(
billId
)
}
let
arr
=
[]
...
...
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