1
This commit is contained in:
@@ -298,7 +298,7 @@ export default {
|
||||
},
|
||||
selectObj(val) {
|
||||
this.form.objectId = val[val.length - 1];
|
||||
this.form.objectType = val.length - 1;
|
||||
this.form.objectType = val.length;
|
||||
if (this.form.energyTypeId && this.form.type) {
|
||||
this.getDetailList();
|
||||
this.form.plcParamId = '';
|
||||
|
||||
Reference in New Issue
Block a user