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