|
@@ -772,7 +772,6 @@ export default {
|
|
|
if (batch?.length && this.dataSet) {
|
|
|
let wy = batch[0].selected.findIndex((i) => i.seriesName == "无用点");
|
|
|
let yy = batch[0].selected.findIndex((i) => i.seriesName == "有用点");
|
|
|
- console.log(wy, yy);
|
|
|
scatterls = wy != -1 ? batch[0].selected[wy].dataIndex : []; //无用点
|
|
|
scatterhs = yy != -1 ? batch[0].selected[yy].dataIndex : []; //有用点
|
|
|
|