Commit 2f634fee by zhaopanyu

zpy

parent 87f77449
...@@ -58,9 +58,9 @@ export default { ...@@ -58,9 +58,9 @@ export default {
jsjs: params.jsjs || '' jsjs: params.jsjs || ''
}; };
// 触发曲线图更新 // 触发曲线图更新
if (this.$refs.curveChart) { // if (this.$refs.curveChart) {
this.$refs.curveChart.onSearch(); // this.$refs.curveChart.onSearch();
} // }
} }
} }
} }
......
...@@ -128,7 +128,7 @@ export default { ...@@ -128,7 +128,7 @@ export default {
const canvas = this.$refs.plot; const canvas = this.$refs.plot;
if (!canvas) { if (!canvas) {
console.warn('Canvas element not found, skipping canvas manipulation'); console.warn('Canvas element not found, skipping canvas manipulation');
this.getWelllogData(); // this.getWelllogData();
return; 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