Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
sgaqgl-vue
Commits
b8261c8e
Commit
b8261c8e
authored
Jun 03, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug调整
parent
20744b07
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
index.vue
src/views/dangerManagement/yhznytj/index.vue
+10
-8
No files found.
src/views/dangerManagement/yhznytj/index.vue
View file @
b8261c8e
...
@@ -71,10 +71,15 @@
...
@@ -71,10 +71,15 @@
mixins
:
[
tableMixin
],
mixins
:
[
tableMixin
],
name
:
'appVersion'
,
name
:
'appVersion'
,
async
mounted
()
{
async
mounted
()
{
this
.
getYearsToNow
()
this
.
$refs
[
'TablePager'
].
pageQuery
()
this
.
$nextTick
(()
=>
{
var
yhtjChart
=
document
.
getElementById
(
'yhtjChart'
);
var
yhtjChart
=
document
.
getElementById
(
'yhtjChart'
);
var
inityhtjChart
=
echarts
.
init
(
yhtjChart
);
console
.
log
(
yhtjChart
,
'yhtjChart'
)
var
inityhtjChart
=
this
.
$echarts
.
init
(
yhtjChart
);
this
.
myChart
=
inityhtjChart
this
.
myChart
=
inityhtjChart
this
.
$refs
[
'TablePager'
].
pageQuery
()
})
},
},
computed
:
{
computed
:
{
radio
()
{
radio
()
{
...
@@ -84,10 +89,7 @@
...
@@ -84,10 +89,7 @@
},
},
/* 初始额外赋值*/
/* 初始额外赋值*/
async
mounted
()
{
this
.
getYearsToNow
()
this
.
$refs
[
'TablePager'
].
pageQuery
()
},
data
()
{
data
()
{
return
{
return
{
myChart
:{},
myChart
:{},
...
...
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