apply-clients 5.0.35-ezhou-25-19 → 5.0.35-ezhou-25-20

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-19",
3
+ "version": "5.0.35-ezhou-25-20",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -817,7 +817,7 @@
817
817
  for (let i = 0; i < this.charges.length; i++) {
818
818
  let saveen = this.charges[i]
819
819
  saveen.f_project_item = this.charges[i].f_project_item[0]
820
- if (saveen.f_project_item === '合同金额'){
820
+ if (saveen.f_project_item === '合同总额'){
821
821
  this.$showMessage('收费项目必须填写!!!')
822
822
  return
823
823
  }