sale-client 4.3.27 → 4.3.28

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": "sale-client",
3
- "version": "4.3.27",
3
+ "version": "4.3.28",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -115,9 +115,6 @@ export default {
115
115
  console.log('===', this.data)
116
116
  },
117
117
  watch: {
118
- 'data' (val) {
119
- initGen(this, val)
120
- }
121
118
  },
122
119
  methods: {
123
120
  gg () {
@@ -169,7 +166,7 @@ export default {
169
166
  this.$showMessage(`批量${type}成功`)
170
167
  }
171
168
  } catch (e) {
172
- this.$showMessage(`批量${type}失败,${e.msg}`)
169
+ this.$showMessage(`批量${type}失败,${e}`)
173
170
  return
174
171
  }
175
172
  this.initModel()
package/src/main.js CHANGED
@@ -2,7 +2,7 @@ import Vue from 'vue'
2
2
  import all from 'vue-client/src/all'
3
3
  import App from './App'
4
4
  import system from 'system-clients/src/system'
5
- import FilialeSale from './filiale/ruihua/sale'
5
+ import FilialeSale from './filiale/meihekou/sale'
6
6
  import sale from './sale'
7
7
  import address from 'address-client/src/address'
8
8
  import ldap from 'ldap-clients/src/ldap'