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