|
@@ -133,8 +133,8 @@ export default {
|
|
|
// var pinShiYans = JSON.parse(sessionStorage.getItem('yangpinkz'))
|
|
|
this.weituomodel = this.baseInfos
|
|
|
this.weituomodel.yangpins = this.yangpinInfos
|
|
|
- this.weituomodel.yangpins = this.shiyanInfos.map(item => {
|
|
|
- item.standardRequirement = item.standardRequirementQ.toString()
|
|
|
+ this.weituomodel.shiyanInfos = this.shiyanInfos.map(item => {
|
|
|
+ item.standardRequirement = item.standardRequirementQ.join(',')
|
|
|
return item
|
|
|
})
|
|
|
|