mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 19:32:53 +08:00
[FIX]DISC-列表页-answerList放入localStorage中
This commit is contained in:
@@ -141,7 +141,7 @@ export default {
|
||||
})
|
||||
},
|
||||
result(detail) {
|
||||
localStorage.setItem('DISC-answerList', detail)
|
||||
localStorage.setItem('DISC-answerList', JSON.stringify(detail))
|
||||
let url = `/manpower/DiscAnalysis/Result`
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
|
||||
Reference in New Issue
Block a user