apply-clients 3.5.5-93 → 3.5.5-95

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": "3.5.5-93",
3
+ "version": "3.5.5-95",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -963,7 +963,7 @@ export default {
963
963
  chargeBefore () {
964
964
  if (Number(this.show_data.f_due_money) > Number(this.show_data.f_cumulative_payment_money) || Number(this.show_data.f_surplus_money) > 0) {
965
965
  this.$showAlert('费用未结清!!!', 'warning', 3000)
966
- throw null
966
+ throw '费用未结清!!!'
967
967
  }
968
968
  },
969
969
  // 施工前置