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
2910a4e6
Commit
2910a4e6
authored
Jul 14, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BusNavbar列表是否可选根据ownrefPath参数判断
parent
455ce23d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
Infsea.vue
src/views/Business/Infbdd/Infsea.vue
+1
-1
BusNavbar.vue
src/views/Public/BusNavbar.vue
+1
-4
No files found.
src/views/Business/Infbdd/Infsea.vue
View file @
2910a4e6
...
...
@@ -307,7 +307,7 @@
<el-dialog
:visible
.
sync=
"initdialog"
:title=
"'交易列表'"
append-to-body
>
<div
class=
"m-list-btns"
>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trnCode=
"ditsel"
:model=
"ditselModel"
@
onChoose=
"onChoose"
>
11
</m-busbtn>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trnCode=
"ditsel"
:model=
"ditselModel"
ownrefPath=
"bddgrp"
tabIndex=
3
@
onChoose=
"onChoose"
>
11
</m-busbtn>
</div>
</el-dialog>
</div>
...
...
src/views/Public/BusNavbar.vue
View file @
2910a4e6
...
...
@@ -89,8 +89,6 @@ export default {
this
.
navcode
=
[];
//请求按钮数据
this
.
model
[
this
.
ownrefPath
].
rec
.
ownref
=
this
.
ownref
;
// console.log("ownref:" + this.ownref);
let
rtnmsg
=
await
this
.
executeRule
(
this
.
ownrefPath
+
".rec.ownref"
);
//didgrp_rec_ownref
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//重置数组
...
...
@@ -107,8 +105,7 @@ export default {
let
newList
=
{
code
:
arr
[
0
],
label
:
arr
[
1
],
// isDis: arr[2],
isDis
:
true
,
isDis
:
arr
[
2
],
title
:
arr
[
3
],
index
:
index
,
};
...
...
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