|
@@ -316,7 +316,10 @@ export default {
|
|
|
);
|
|
|
}
|
|
|
if (this.robotValue.length > 0) {
|
|
|
- this.queryParams.signals = this.robotValue;
|
|
|
+ this.queryParams.signals = [...this.robotValue];
|
|
|
+ if(this.queryParams.signals[0]=='全选'){
|
|
|
+ this.queryParams.signals.shift()
|
|
|
+ }
|
|
|
let differenceABSet = Array.from(
|
|
|
new Set(
|
|
|
[...this.logOptions].filter((x) =>
|
|
@@ -396,12 +399,12 @@ export default {
|
|
|
width: 5px !important;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
|
|
|
::v-deep .el-table__header colgroup col[name="gutter"] {
|
|
|
display: table-cell !important;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
::v-deep .el-table__body{
|
|
|
width: 100% !important;
|
|
|
}
|