|
@@ -674,7 +674,6 @@ export default {
|
|
|
|
|
|
//地理位置
|
|
|
handleNodeClick(data) {
|
|
|
- console.log("地理位置",data)
|
|
|
if (data.id === 'all') {
|
|
|
this.areaOptions = this.areaList.slice(1).map(item => {
|
|
|
const { children, ...rest } = item;
|
|
@@ -968,8 +967,9 @@ export default {
|
|
|
},
|
|
|
/**设备计量设备*/
|
|
|
handleAllDevice(row) {
|
|
|
+ console.log("row",row)
|
|
|
this.queryParams.areaCode = row.deviceCode;
|
|
|
- this.MeterQueryParams.areaCode = row.locationRef;
|
|
|
+ this.MeterQueryParams.areaCode = row.areaCode;
|
|
|
|
|
|
this.dialogTitle = `计量设备 - ${row.deviceName}`;
|
|
|
this.deviceDialogVisible = true;
|
|
@@ -1023,7 +1023,7 @@ export default {
|
|
|
meterDeviceName: row.deviceName,
|
|
|
meterDevice: row.deviceCode,
|
|
|
boundaryObj: this.queryParams.areaCode,
|
|
|
- objType: objType
|
|
|
+ objType: objType
|
|
|
};
|
|
|
this.Bound.push(boundRow);
|
|
|
},
|
|
@@ -1086,6 +1086,7 @@ export default {
|
|
|
this.getFacsSubCategorygetByCode()
|
|
|
this.handleFacsQuery()
|
|
|
},
|
|
|
+
|
|
|
getFacsSubCategorygetByCode() {
|
|
|
getFacsCategorygetByCode(this.FacsQueryParams.facsCategory).then(response => {
|
|
|
this.facsSubCategoryOptions = response.data.subtypeList || []
|