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
a6c0f595
Commit
a6c0f595
authored
Oct 16, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bot,bct复核参数修改
parent
6d5cb87e
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
20 additions
and
35 deletions
+20
-35
index.js
src/business/bctacc/event/index.js
+1
-3
index.js
src/business/bctame/event/index.js
+1
-3
index.js
src/business/bctcan/event/index.js
+1
-3
index.js
src/business/bctdav/event/index.js
+1
-3
index.js
src/business/bctdor/event/index.js
+1
-3
index.js
src/business/bctrad/event/index.js
+1
-3
index.js
src/business/bctset/event/index.js
+1
-3
index.js
src/business/botacc/event/index.js
+1
-3
index.js
src/business/botame/event/index.js
+1
-3
index.js
src/business/botcan/event/index.js
+2
-1
index.js
src/business/botdav/event/index.js
+2
-1
index.js
src/business/botdcr/event/index.js
+2
-1
index.js
src/business/botrad/event/index.js
+2
-1
index.js
src/business/botsel/event/index.js
+2
-1
index.js
src/business/botset/event/index.js
+1
-3
No files found.
src/business/bctacc/event/index.js
View file @
a6c0f595
...
...
@@ -24,9 +24,7 @@ export default {
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
...
...
src/business/bctame/event/index.js
View file @
a6c0f595
...
...
@@ -24,9 +24,7 @@ export default {
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
// trnmod:{
// trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
// }
trninr
:
this
.
$route
.
query
.
trninr
,
}
const
res
=
await
Api
.
post
(
'/service/bctame/init'
,
{
...
params
,
...
...
src/business/bctcan/event/index.js
View file @
a6c0f595
...
...
@@ -24,9 +24,7 @@ export default {
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
// trnmod:{
// trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
// }
trninr
:
this
.
$route
.
query
.
trninr
,
}
const
res
=
await
Api
.
post
(
'/service/bctcan/init'
,
{
...
params
,
...
...
src/business/bctdav/event/index.js
View file @
a6c0f595
...
...
@@ -24,9 +24,7 @@ export default {
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
// trnmod:{
// trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
// }
trninr
:
this
.
$route
.
query
.
trninr
,
}
const
res
=
await
Api
.
post
(
'/service/bctdav/init'
,
{
...
params
,
...
...
src/business/bctdor/event/index.js
View file @
a6c0f595
...
...
@@ -24,9 +24,7 @@ export default {
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
// trnmod:{
// trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
// }
trninr
:
this
.
$route
.
query
.
trninr
,
}
const
res
=
await
Api
.
post
(
'/service/bctdor/init'
,
{
...
params
,
...
...
src/business/bctrad/event/index.js
View file @
a6c0f595
...
...
@@ -24,9 +24,7 @@ export default {
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
// trnmod:{
// trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
// }
trninr
:
this
.
$route
.
query
.
trninr
,
}
const
res
=
await
Api
.
post
(
'/service/bctrad/init'
,
{
...
params
,
...
...
src/business/bctset/event/index.js
View file @
a6c0f595
...
...
@@ -24,9 +24,7 @@ export default {
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
// trnmod:{
// trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
// }
trninr
:
this
.
$route
.
query
.
trninr
,
}
const
res
=
await
Api
.
post
(
'/service/bctset/init'
,
{
...
params
,
...
...
src/business/botacc/event/index.js
View file @
a6c0f595
...
...
@@ -24,9 +24,7 @@ export default {
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trnmod
:{
trn
:
JSON
.
parse
(
localStorage
.
getItem
(
'review_'
+
this
.
trnName
))
}
trninr
:
this
.
$route
.
query
.
trninr
,
}
const
res
=
await
Api
.
post
(
'/service/botacc/init'
,
{
...
params
,
...
...
src/business/botame/event/index.js
View file @
a6c0f595
...
...
@@ -24,9 +24,7 @@ export default {
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
// trnmod:{
// trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
// }
trninr
:
this
.
$route
.
query
.
trninr
,
}
const
res
=
await
Api
.
post
(
'/service/botame/init'
,
{
...
params
,
...
...
src/business/botcan/event/index.js
View file @
a6c0f595
...
...
@@ -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/botcan/init'
,
{
...
params
,
...
...
src/business/botdav/event/index.js
View file @
a6c0f595
...
...
@@ -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/botdav/init'
,
{
...
params
,
...
...
src/business/botdcr/event/index.js
View file @
a6c0f595
...
...
@@ -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/botdcr/init'
,
{
...
params
,
...
...
src/business/botrad/event/index.js
View file @
a6c0f595
...
...
@@ -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/botrad/init'
,
{
...
params
,
...
...
src/business/botsel/event/index.js
View file @
a6c0f595
...
...
@@ -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/gitopn/init'
,
{
...
params
,
...
...
src/business/botset/event/index.js
View file @
a6c0f595
...
...
@@ -24,9 +24,7 @@ export default {
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trnmod
:{
trn
:
JSON
.
parse
(
localStorage
.
getItem
(
'review_'
+
this
.
trnName
))
}
trninr
:
this
.
$route
.
query
.
trninr
,
}
const
res
=
await
Api
.
post
(
'/service/botset/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