sale-client 3.6.521 → 3.6.522

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": "3.6.521",
3
+ "version": "3.6.522",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -38,7 +38,7 @@ import LogicService from "../plugins/LogicService";
38
38
  let asyncMachineMeterCenter = async function (self){
39
39
  await self.$getConfig(self,'disableGen')
40
40
  console.log('欠费禁用config', self.config)
41
- self.data.disable = self.config.disableGen
41
+ self.disable = self.config.disableGen
42
42
  }
43
43
 
44
44
  export default {
@@ -49,7 +49,7 @@ import LogicService from "../plugins/LogicService";
49
49
  config: {
50
50
  disableGen: true
51
51
  },
52
- disable:true,
52
+ disable:'',
53
53
  blodid: '',
54
54
  showupload: true,
55
55
  model: {},