apply-clients 5.0.35-ezhou-25-21 → 5.0.35-ezhou-25-22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "5.0.35-ezhou-25-21",
3
+ "version": "5.0.35-ezhou-25-22",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -728,9 +728,8 @@
728
728
  this.model.f_amount_words = ''
729
729
  } else {
730
730
  for (let i = 0; i < this.charges.length; i++) {
731
- let saveen = this.charges[i]
732
- saveen.f_project_item = this.charges[i].f_project_item[0]
733
- if (saveen.f_project_item === '合同总额'){
731
+ const f_project_item = this.charges[i].f_project_item[0]
732
+ if (f_project_item === '合同总额'){
734
733
  this.$showMessage('收费项目必须填写!!!')
735
734
  return
736
735
  }