sale-client 4.3.79 → 4.3.80

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.
@@ -25,12 +25,9 @@ var devConfig = {
25
25
  // },
26
26
  // target: localUrl
27
27
  // },
28
- '/api/af-revenue/logic': {
29
- pathRewrite: {
30
- '/api/af-revenue/logic': '/logic'
31
- },
32
- target: localUrl
33
- },
28
+ // '/api/af-revenue/logic': {
29
+ // target: serverRul
30
+ // },
34
31
  // '/api/af-revenue/file': {
35
32
  // // pathRewrite: {
36
33
  // // '/api/af-revenue/file': '/file'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.3.79",
3
+ "version": "4.3.80",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -391,9 +391,9 @@ export default {
391
391
  methods: {
392
392
  getnetworkValveOptions () {
393
393
  let networkValve = this.$appdata.getParam('阀控执行状态')
394
- if (networkValve.length > 1) {
394
+ if (Array.isArray(networkValve) && networkValve.length > 0) {
395
395
  networkValve.forEach(item => {
396
- this.networkValveOptions.put(item.value)
396
+ this.networkValveOptions.push(item.value)
397
397
  })
398
398
  } else {
399
399
  this.networkValveOptions = [