Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pdczt_qd
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaopanyu
pdczt_qd
Commits
2f634fee
Commit
2f634fee
authored
Nov 13, 2025
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy
parent
87f77449
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/views/wellDesign/components/FormationAnalysis.vue
+3
-3
src/views/wellDesign/components/FormationCurveChart.vue
+1
-1
No files found.
src/views/wellDesign/components/FormationAnalysis.vue
View file @
2f634fee
...
...
@@ -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();
//
}
}
}
}
...
...
src/views/wellDesign/components/FormationCurveChart.vue
View file @
2f634fee
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment