mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
optimize
This commit is contained in:
parent
19859de024
commit
509b925a5f
@ -42,6 +42,7 @@
|
|||||||
getChargeMachines,
|
getChargeMachines,
|
||||||
getChargeMachinePort
|
getChargeMachinePort
|
||||||
} from '../../api/machine/machineApi.js';
|
} from '../../api/machine/machineApi.js';
|
||||||
|
import context from '../../lib/java110/Java110Context.js';
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@ -76,6 +77,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
|
context.onLoad(options);
|
||||||
this.machineId = options.machineId;
|
this.machineId = options.machineId;
|
||||||
this.communityId = options.communityId;
|
this.communityId = options.communityId;
|
||||||
this._loadChargeMachines();
|
this._loadChargeMachines();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user