Commit 2f634fee by zhaopanyu

zpy

parent 87f77449
......@@ -58,9 +58,9 @@ export default {
jsjs: params.jsjs || ''
};
// 触发曲线图更新
if (this.$refs.curveChart) {
this.$refs.curveChart.onSearch();
}
// if (this.$refs.curveChart) {
// this.$refs.curveChart.onSearch();
// }
}
}
}
......
......@@ -128,7 +128,7 @@ export default {
const canvas = this.$refs.plot;
if (!canvas) {
console.warn('Canvas element not found, skipping canvas manipulation');
this.getWelllogData();
// this.getWelllogData();
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment