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
21377831
Commit
21377831
authored
Jan 15, 2022
by
吴佳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2022.01.15 wujia 请求判断 ==
parent
8ce59a9b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
BusNavbar.vue
src/views/Business/Infbdd/BusNavbar.vue
+2
-2
BusNavbar.vue
src/views/Business/Infdid/BusNavbar.vue
+1
-1
No files found.
src/views/Business/Infbdd/BusNavbar.vue
View file @
21377831
...
...
@@ -76,10 +76,10 @@ export default {
// let rtnmsg = await this.executeRule("didgrp.rec.ownref");//didgrp_rec_ownref
let
rtnmsg0
=
await
this
.
executeRule
(
"bddgrp.rec.ownref"
);
//cfgfil.hotreg3
if
(
rtnmsg0
.
respCode
=
SUCCESS
){
if
(
rtnmsg0
.
respCode
=
=
SUCCESS
){
this
.
updateModel
(
rtnmsg0
.
data
)
let
rtnmsg
=
await
this
.
executeRule
(
"cfgfil.hotreg3"
);
//cfgfil.hotreg3
if
(
rtnmsg
.
respCode
=
SUCCESS
){
if
(
rtnmsg
.
respCode
=
=
SUCCESS
){
//重置数组
this
.
navcode
=
[]
this
.
updateModel
(
rtnmsg
.
data
)
...
...
src/views/Business/Infdid/BusNavbar.vue
View file @
21377831
...
...
@@ -74,7 +74,7 @@ export default {
console
.
log
(
"ownref:"
+
this
.
ownref
);
let
rtnmsg
=
await
this
.
executeRule
(
"didgrp.rec.ownref"
);
//didgrp_rec_ownref
if
(
rtnmsg
.
respCode
=
SUCCESS
){
if
(
rtnmsg
.
respCode
=
=
SUCCESS
){
//重置数组
this
.
navcode
=
[]
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