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
913a1f3b
Commit
913a1f3b
authored
Nov 10, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
指定菜单
parent
3653d46d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
mainIndex.vue
src/views/basicData/securityDocumentManagement/mainIndex.vue
+3
-2
No files found.
src/views/basicData/securityDocumentManagement/mainIndex.vue
View file @
913a1f3b
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<EditButton
ref=
"edit"
:app=
'this'
></EditButton>
<EditButton
ref=
"edit"
:app=
'this'
></EditButton>
<FieldButton
:app=
'this'
></FieldButton>
<FieldButton
:app=
'this'
></FieldButton>
<ExcelButton
:app=
'this'
></ExcelButton>
<ExcelButton
:app=
'this'
></ExcelButton>
<WorkFlowButton
:app=
'this'
></WorkFlowButton
>
<!--
<WorkFlowButton
:app=
'this'
></WorkFlowButton>
--
>
</el-row>
</el-row>
<!-- 表格-->
<!-- 表格-->
<div
class=
"tablePagers"
>
<div
class=
"tablePagers"
>
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
name
:
'mainIndex'
,
name
:
'mainIndex'
,
/* 初始额外赋值*/
/* 初始额外赋值*/
async
mounted
()
{
async
mounted
()
{
this
.
$refs
[
'TablePager'
].
pageQuery
()
this
.
$refs
[
'TablePager'
].
pageQuery
(
{
setFirstCurrent
:
true
}
)
},
},
props
:{
props
:{
vMain
:{
vMain
:{
...
@@ -123,6 +123,7 @@
...
@@ -123,6 +123,7 @@
this
.
rowItem
=
e
this
.
rowItem
=
e
let
lessIndex
=
this
.
vMain
.
$refs
.
lessIndex
let
lessIndex
=
this
.
vMain
.
$refs
.
lessIndex
lessIndex
.
queryParams
.
mlid
=
this
.
rowItem
.
id
lessIndex
.
queryParams
.
mlid
=
this
.
rowItem
.
id
lessIndex
.
queryParams
.
title
=
this
.
queryParams
.
title
lessIndex
.
$refs
[
'TablePager'
].
pageQuery
()
lessIndex
.
$refs
[
'TablePager'
].
pageQuery
()
}
}
},
},
...
...
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