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
4c648359
Commit
4c648359
authored
Jan 09, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
选中第一条
parent
6cf559c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
index.vue
src/views/daily/performanceReportSet/index.vue
+2
-0
index.vue
src/views/riskPrecontrol/riskAnalysis/index.vue
+2
-1
No files found.
src/views/daily/performanceReportSet/index.vue
View file @
4c648359
...
...
@@ -62,6 +62,8 @@
/* 初始额外赋值*/
async
mounted
()
{
/* */
console
.
log
(
this
.
$el
.
attributes
[
0
].
name
)
this
.
$refs
[
'TablePager'
].
pageQuery
()
},
data
()
{
...
...
src/views/riskPrecontrol/riskAnalysis/index.vue
View file @
4c648359
...
...
@@ -5,7 +5,7 @@
<!-- 查询条件-->
<div
class=
"search"
v-condition
>
<SearchButton
:app=
'app'
></SearchButton>
<SearchButton
setFirstCurrent
:app=
'app'
></SearchButton>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
...
...
@@ -193,6 +193,7 @@
},
methods
:
{
getRow
:
function
(
e
)
{
console
.
log
(
'getRow'
,
e
)
let
config
=
{
'A'
:{
setFirstCurrent
:
true
},
'Y'
:{
setFirstCurrent
:
true
,
filter
:(
data
)
=>
{
...
...
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