Commit ef263991 by 钟乾明

u: 考察组id编码

parent ce73501e
Showing with 2 additions and 3 deletions
...@@ -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"
}, },
......
...@@ -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.replace(testFid), billId: Coder.encode(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 {
......
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