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
6d5cb87e
Commit
6d5cb87e
authored
Oct 16, 2023
by
lixinyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
let复核参数更改
parent
180ac571
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
30 deletions
+11
-30
index.js
src/business/letamc/event/index.js
+1
-4
index.js
src/business/letame/event/index.js
+2
-1
index.js
src/business/letcan/event/index.js
+2
-1
index.js
src/business/letdav/event/index.js
+1
-4
index.js
src/business/letdrv/event/index.js
+1
-4
index.js
src/business/letdrw/event/index.js
+1
-4
index.js
src/business/letnot/event/index.js
+1
-4
index.js
src/business/letopn/event/index.js
+1
-4
index.js
src/business/letrsv/event/index.js
+1
-4
No files found.
src/business/letamc/event/index.js
View file @
6d5cb87e
...
...
@@ -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/letamc/init'
,
{
...
params
,
...
...
src/business/letame/event/index.js
View file @
6d5cb87e
...
...
@@ -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/letame/init'
,
{
...
params
,
...
...
src/business/letcan/event/index.js
View file @
6d5cb87e
...
...
@@ -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/letcan/init'
,
{
...
params
,
...
...
src/business/letdav/event/index.js
View file @
6d5cb87e
...
...
@@ -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/letdav/init'
,
{
...
params
,
...
...
src/business/letdrv/event/index.js
View file @
6d5cb87e
...
...
@@ -23,9 +23,7 @@ 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
,
bedgrp
:{
rec
:{
inr
:
this
.
$route
.
query
.
inr
...
...
@@ -35,7 +33,6 @@ export default {
if
(
typeof
(
this
.
$route
.
query
.
inr
)
==
'string'
){
params
.
spt
=
null
params
.
trnmod
.
trn
=
null
}
const
res
=
await
Api
.
post
(
'/service/letdrv/init'
,
{
...
params
,
...
...
src/business/letdrw/event/index.js
View file @
6d5cb87e
...
...
@@ -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/letdrw/init'
,
{
...
params
,
...
...
src/business/letnot/event/index.js
View file @
6d5cb87e
...
...
@@ -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
loading
=
this
.
loading
();
const
res
=
await
Api
.
post
(
'/service/letnot/init'
,
{
...
...
src/business/letopn/event/index.js
View file @
6d5cb87e
...
...
@@ -22,13 +22,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/letopn/init'
,
{
...
params
,
...
...
src/business/letrsv/event/index.js
View file @
6d5cb87e
...
...
@@ -22,13 +22,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/letrsv/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