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
ec4626cc
Commit
ec4626cc
authored
Oct 16, 2023
by
lixinyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brt暂存复核修改
parent
6d5cb87e
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
23 additions
and
26 deletions
+23
-26
index.js
src/business/brtacp/event/index.js
+2
-1
index.js
src/business/brtame/event/index.js
+2
-1
index.js
src/business/brtcan/event/index.js
+1
-4
index.js
src/business/brtcsg/event/index.js
+1
-4
index.js
src/business/brtdck/event/index.js
+1
-1
index.js
src/business/brtdcr/event/index.js
+2
-4
index.js
src/business/brteus/event/index.js
+1
-4
index.js
src/business/brtlat/event/index.js
+1
-4
index.js
src/business/brtset/event/index.js
+8
-1
index.js
src/business/brtsnd/event/index.js
+2
-1
index.js
src/business/brtudp/event/index.js
+2
-1
No files found.
src/business/brtacp/event/index.js
View file @
ec4626cc
...
...
@@ -22,7 +22,8 @@ export default {
...
doctre
,
async
init
()
{
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
))
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trninr
:
this
.
$route
.
query
.
trninr
,
}
const
res
=
await
Api
.
post
(
'/service/brtacp/init'
,
{
...
params
,
...
...
src/business/brtame/event/index.js
View file @
ec4626cc
...
...
@@ -22,7 +22,8 @@ export default {
...
doctre
,
async
init
()
{
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
))
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trninr
:
this
.
$route
.
query
.
trninr
,
}
const
res
=
await
Api
.
post
(
'/service/brtame/init'
,
{
...
params
,
...
...
src/business/brtcan/event/index.js
View file @
ec4626cc
...
...
@@ -23,13 +23,10 @@ export default {
async
init
()
{
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trnmod
:{
trn
:
JSON
.
parse
(
localStorage
.
getItem
(
'review_'
+
this
.
trnName
))
}
trninr
:
this
.
$route
.
query
.
trninr
,
}
if
(
typeof
(
this
.
$route
.
query
.
inr
)
==
'string'
){
params
.
spt
=
null
params
.
trnmod
.
trn
=
null
}
const
res
=
await
Api
.
post
(
'/service/brtcan/init'
,
{
...
params
,
...
...
src/business/brtcsg/event/index.js
View file @
ec4626cc
...
...
@@ -23,14 +23,11 @@ export default {
async
init
()
{
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trnmod
:
{
trn
:
JSON
.
parse
(
localStorage
.
getItem
(
'review_'
+
this
.
trnName
))
},
trninr
:
this
.
$route
.
query
.
trninr
,
}
if
(
typeof
(
this
.
$route
.
query
.
inr
)
==
'string'
){
params
.
spt
=
null
params
.
trnmod
.
trn
=
null
}
const
res
=
await
Api
.
post
(
'/service/brtcsg/init'
,
{
...
params
,
...
...
src/business/brtdck/event/index.js
View file @
ec4626cc
...
...
@@ -23,7 +23,7 @@ export default {
async
init
()
{
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trninr
:
this
.
$route
.
query
.
trninr
,
}
if
(
this
.
$route
.
query
.
inr
!=
''
)
{
localStorage
.
setItem
(
'row_brtdck'
,
null
)
...
...
src/business/brtdcr/event/index.js
View file @
ec4626cc
...
...
@@ -23,16 +23,14 @@ export default {
async
init
()
{
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trnmod
:
{
trn
:
JSON
.
parse
(
localStorage
.
getItem
(
'review_'
+
this
.
trnName
))
},
trninr
:
this
.
$route
.
query
.
trninr
,
}
if
(
typeof
(
this
.
$route
.
query
.
inr
)
==
'string'
){
params
.
spt
=
null
params
.
trnmod
.
trn
=
null
}
const
res
=
await
Api
.
post
(
'/service/brtdcr/init'
,
{
...
params
,
transName
:
this
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
// brdinr: this.$route.query.inr,
...
...
src/business/brteus/event/index.js
View file @
ec4626cc
...
...
@@ -23,14 +23,11 @@ export default {
async
init
()
{
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trnmod
:
{
trn
:
JSON
.
parse
(
localStorage
.
getItem
(
'review_'
+
this
.
trnName
))
},
trninr
:
this
.
$route
.
query
.
trninr
,
}
if
(
typeof
(
this
.
$route
.
query
.
inr
)
==
'string'
){
params
.
spt
=
null
params
.
trnmod
.
trn
=
null
}
const
res
=
await
Api
.
post
(
'/service/brteus/init'
,
{
...
params
,
...
...
src/business/brtlat/event/index.js
View file @
ec4626cc
...
...
@@ -24,13 +24,10 @@ export default {
async
init
()
{
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trnmod
:{
trn
:
JSON
.
parse
(
localStorage
.
getItem
(
'review_'
+
this
.
trnName
))
}
trninr
:
this
.
$route
.
query
.
trninr
,
}
if
(
typeof
(
this
.
$route
.
query
.
inr
)
==
'string'
)
{
params
.
spt
=
null
params
.
trnmod
.
trn
=
null
}
const
res
=
await
Api
.
post
(
'/service/brtlat/init'
,
{
...
params
,
...
...
src/business/brtset/event/index.js
View file @
ec4626cc
...
...
@@ -21,9 +21,16 @@ export default {
...
limitbody
,
...
doctre
,
async
init
()
{
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trninr
:
this
.
$route
.
query
.
trninr
,
}
if
(
typeof
(
this
.
$route
.
query
.
inr
)
==
'string'
)
{
params
.
spt
=
null
}
const
loading
=
this
.
loading
();
const
res
=
await
Api
.
post
(
'/service/brtset/init'
,
{
...
params
,
transName
:
this
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
brdgrp
:{
...
...
src/business/brtsnd/event/index.js
View file @
ec4626cc
...
...
@@ -22,7 +22,8 @@ export default {
...
doctre
,
async
init
()
{
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
))
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trninr
:
this
.
$route
.
query
.
trninr
,
}
if
(
typeof
(
this
.
$route
.
query
.
inr
)
==
'string'
)
{
params
.
spt
=
null
...
...
src/business/brtudp/event/index.js
View file @
ec4626cc
...
...
@@ -22,7 +22,8 @@ export default {
...
doctre
,
async
init
()
{
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
))
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trninr
:
this
.
$route
.
query
.
trninr
,
}
const
res
=
await
Api
.
post
(
'/service/brtudp/init'
,
{
...
params
,
...
...
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