Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
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
fukai
vue-gjjs
Commits
5fcb1f58
Commit
5fcb1f58
authored
Dec 29, 2021
by
zhengxiaokui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zxk
parent
33b83068
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
Sel.vue
src/views/Business/Letsel/Sel.vue
+10
-3
No files found.
src/views/Business/Letsel/Sel.vue
View file @
5fcb1f58
...
@@ -225,7 +225,7 @@
...
@@ -225,7 +225,7 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:offset=
"12"
:span=
"10"
>
<c-col
:offset=
"12"
:span=
"10"
>
<el-tabs
tab-position=
"right"
@
tab-click=
"on
NarBtnClick('9')
"
>
<el-tabs
tab-position=
"right"
@
tab-click=
"on
TabClick
"
>
<el-tab-pane
v-for=
"it in meum"
:key=
"it.label"
:label=
"it.label"
>
<el-tab-pane
v-for=
"it in meum"
:key=
"it.label"
:label=
"it.label"
>
<sel-mune
:data=
"it.item"
:model=
"model"
/>
<sel-mune
:data=
"it.item"
:model=
"model"
/>
</el-tab-pane>
</el-tab-pane>
...
@@ -397,9 +397,16 @@ export default {
...
@@ -397,9 +397,16 @@ export default {
},
},
methods
:
{
methods
:
{
...
Event
,
...
Event
,
change
(
tab
,
event
)
{},
//各入口按钮请求
//各入口按钮请求
async
onNarBtnClick
(
hotreg
)
{
async
onTabClick
(
tab
,
event
)
{
let
hotreg
=
""
;
switch
(
tab
.
label
)
{
case
"Transfer"
:
hotreg
=
"9"
;
break
;
default
:
hotreg
=
"1"
;
}
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotreg
${
hotreg
}
`
);
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotreg
${
hotreg
}
`
);
if
((
rtnmsg
.
respCode
=
SUCCESS
))
{
if
((
rtnmsg
.
respCode
=
SUCCESS
))
{
this
.
updateModel
(
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
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