Commit 6ba3ca02 by 钟乾明

u: 重复编码

parent 09aba149
...@@ -116,7 +116,7 @@ export default { ...@@ -116,7 +116,7 @@ export default {
}, },
mounted () { mounted () {
let fid = this.isGradeNode ? this.reviewGrpId : this.currentFid let fid = this.isGradeNode ? this.reviewGrpId : this.currentFid
this.fetchAttachmentList({ billId: Coder.encode(fid) }) this.fetchAttachmentList({ billId: Coder.replace(fid) })
this.fetchGetHisAttachmentList({ billId: Coder.encode(fid) }) this.fetchGetHisAttachmentList({ billId: Coder.encode(fid) })
}, },
data () { data () {
......
...@@ -139,7 +139,7 @@ export default { ...@@ -139,7 +139,7 @@ export default {
if (isGradeNode) { if (isGradeNode) {
reviewGrpId = getters.reviewGrpId reviewGrpId = getters.reviewGrpId
} else { } else {
reviewGrpId = billId reviewGrpId = decodeURIComponent(billId)
} }
let arr = [] let arr = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment