Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -483,10 +483,9 @@ export default { | ... | @@ -483,10 +483,9 @@ export default { |
483 | } | 483 | } |
484 | }); | 484 | }); |
485 | 485 | ||
486 | console.log(this.formData.syqlxbsm); | ||
487 | this.dpdm = this.dpdm + this.formData.syqlxbsm; | 486 | this.dpdm = this.dpdm + this.formData.syqlxbsm; |
488 | this.$store.state.zdtzmList.forEach((item)=>{ | 487 | this.$store.state.zdtzmList.forEach((item)=>{ |
489 | if(item.zdtzmbsm === this.formData.zdtzmbsm){ | 488 | if(item.bsm === this.formData.zdtzmbsm){ |
490 | this.dpdm = this.dpdm + item.dm; | 489 | this.dpdm = this.dpdm + item.dm; |
491 | } | 490 | } |
492 | }); | 491 | }); | ... | ... |
-
Please register or sign in to post a comment