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