Commit 6ba3ca02 by 钟乾明

u: 重复编码

parent 09aba149
......@@ -116,7 +116,7 @@ export default {
},
mounted () {
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) })
},
data () {
......
......@@ -139,7 +139,7 @@ export default {
if (isGradeNode) {
reviewGrpId = getters.reviewGrpId
} else {
reviewGrpId = billId
reviewGrpId = decodeURIComponent(billId)
}
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