This commit is contained in:
java110 2023-03-11 17:46:42 +08:00
parent 19859de024
commit 509b925a5f

View File

@ -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();