Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-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
李苏
lxyl-vue
Commits
fddb99ea
Commit
fddb99ea
authored
Jun 19, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跳转参数传递
parent
862afe58
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
edit.vue
src/views/ccgl/rkgl/spk/top/edit.vue
+7
-6
index.vue
src/views/ccgl/rkgl/spk/top/wym/index.vue
+1
-1
No files found.
src/views/ccgl/rkgl/spk/top/edit.vue
View file @
fddb99ea
...
...
@@ -48,13 +48,13 @@
:editTableData=
"formDetail"
>
<template
v-if=
"type != 'view'"
#
toolbar=
"ctx"
>
<AuxButton
:dynamic=
"true"
:component=
"Wym"
rename=
"选择唯一码"
code=
"dynamic"
@
save=
"savewym"
/>
:queryParams=
"
{
rktzid:that.form.lydjid
}"
:dynamic='true' :component='Wym' rename='选择唯一码' code='dynamic' @save="savewym" />
</
template
>
</editTableForEdit>
</div>
...
...
@@ -139,6 +139,7 @@ export default {
data
()
{
return
{
that
:
this
,
Wym
:
Wym
,
form
:
{
otherid
:
null
...
...
src/views/ccgl/rkgl/spk/top/wym/index.vue
View file @
fddb99ea
<
template
>
<BasePage
ref=
"basePage"
:power=
'power'
class=
"min_full"
:config=
"config"
>
<BasePage
:mixedQueryParams=
'$attrs.mixedQueryParams'
ref=
"basePage"
:power=
'power'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
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