|
@@ -138,7 +138,6 @@
|
|
|
data: {
|
|
|
Filters: {
|
|
|
DataSourceId: this.datasourceId,
|
|
|
- ProjectId: this.projectId,
|
|
|
KeyEquipmentParameter: this.EquipmentParameter,
|
|
|
KeyEquipmentType: this.EquipmentType,
|
|
|
Used: true
|
|
@@ -169,7 +168,6 @@
|
|
|
type: this.protocolType,
|
|
|
data: {
|
|
|
DataSourceId: this.datasourceId,
|
|
|
- ProjectId: this.projectId,
|
|
|
KeyEquipmentType: this.EquipmentType
|
|
|
}
|
|
|
}, res => {
|