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
|
@@ -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.
|
|
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:
|
|
52
|
+
disable:'',
|
|
53
53
|
blodid: '',
|
|
54
54
|
showupload: true,
|
|
55
55
|
model: {},
|