|
@@ -499,9 +499,9 @@ export default {
|
|
|
});
|
|
|
});
|
|
|
} else if (that.localMark == "chuan") {
|
|
|
- that.getMonitorDeviceAndDataList();
|
|
|
+ that.getMonitorDeviceAndDataList(data.id);
|
|
|
} else if (that.localMark == "la") {
|
|
|
- that.getDlblistBydeptId();
|
|
|
+ that.getDlblistBydeptId(data.id);
|
|
|
}
|
|
|
},
|
|
|
sheClick() {
|