Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dxgaqgl-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
李苏
dxgaqgl-vue
Commits
d27ce5c8
Commit
d27ce5c8
authored
Dec 18, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
ed7246a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
index.vue
src/views/train/ksjl/index.vue
+9
-6
ksjlhz.vue
src/views/train/ksjl/ksjlhz.vue
+0
-2
No files found.
src/views/train/ksjl/index.vue
View file @
d27ce5c8
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<
script
>
<
script
>
/* 引入需要的接口*/
/* 引入需要的接口*/
import
ksjldet
from
'./ksjldet'
import
ksjldet
from
'./ksjldet'
import
ksjlhz
from
'./ksjlhz'
import
ksjlhz
from
'./ksjlhz
.vue
'
import
{
import
{
queryKscj
,
queryKscj
,
queryKscjDtl
queryKscjDtl
...
@@ -134,11 +134,14 @@
...
@@ -134,11 +134,14 @@
},
},
methods
:
{
methods
:
{
getRow
:
function
(
e
)
{
getRow
:
function
(
e
)
{
this
.
rowItem
=
e
this
.
$nextTick
(()
=>
{
this
.
$refs
.
ksjldet
.
queryParams
.
sjid
=
e
.
id
this
.
rowItem
=
e
this
.
$refs
.
ksjldet
.
$refs
.
TablePager
.
pageQuery
()
this
.
$refs
.
ksjldet
.
queryParams
.
sjid
=
e
.
id
this
.
$refs
.
ksjlhz
.
queryParams
.
sjid
=
e
.
id
this
.
$refs
.
ksjldet
.
$refs
.
TablePager
.
pageQuery
()
this
.
$refs
.
ksjlhz
.
$refs
.
TablePager
.
pageQuery
()
this
.
$refs
.
ksjlhz
.
queryParams
.
sjid
=
e
.
id
this
.
$refs
.
ksjlhz
.
$refs
.
TablePager
.
pageQuery
()
})
},
},
/* 考试按钮*/
/* 考试按钮*/
ksks
(
row
){
ksks
(
row
){
...
...
src/views/train/ksjl/ksjlhz.vue
View file @
d27ce5c8
...
@@ -29,8 +29,6 @@
...
@@ -29,8 +29,6 @@
}
from
'common'
}
from
'common'
export
default
{
export
default
{
mixins
:
[
tableMixin
],
mixins
:
[
tableMixin
],
name
:
'aqgl.pxglPxsj'
,
/* 初始额外赋值*/
/* 初始额外赋值*/
async
mounted
()
{
async
mounted
()
{
// this.$refs['TablePager'].pageQuery()
// this.$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