Ver código fonte

提交修改

yuhan 1 ano atrás
pai
commit
bc69138d92

+ 1 - 1
itdmWeb/src/views/module-iTDM/weituo/modules/ItdmWeituoInfoForm.vue

@@ -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
       })