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
4d988f32
Commit
4d988f32
authored
Jun 08, 2023
by
xionglin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litdla
parent
2d31cd82
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
index.js
src/business/litdla/event/index.js
+8
-1
index.js
src/business/sptsel/event/index.js
+1
-3
No files found.
src/business/litdla/event/index.js
View file @
4d988f32
...
...
@@ -23,7 +23,14 @@ export default {
async
init
()
{
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
))
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trnmod
:{
trn
:
JSON
.
parse
(
localStorage
.
getItem
(
'review_'
+
this
.
trnName
))
}
}
if
(
typeof
(
this
.
$route
.
query
.
inr
)
==
'string'
){
params
.
spt
=
null
params
.
trnmod
.
trn
=
null
}
const
res
=
await
Api
.
post
(
'/service/litdla/init'
,
{
...
params
,
...
...
src/business/sptsel/event/index.js
View file @
4d988f32
...
...
@@ -51,11 +51,9 @@ export default {
},
async
continueEdit
(
row
,
scope
)
{
let
trnName
=
row
.
frm
.
toLowerCase
();
localStorage
.
setItem
(
`row_
${
row
.
frm
.
toLowerCase
()}
`
,
JSON
.
stringify
(
row
))
this
.
$router
.
push
({
path
:
'business-new/'
+
trnName
,
query
:
{
trn
:
row
.
inr
}
});
},
// pageSize改变
...
...
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