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
6a21666e
Commit
6a21666e
authored
Oct 31, 2023
by
yangxiaolei
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bochk-poc' of
http://192.168.0.110:11080/fukai/vue-gjjs
into bochk-poc
parents
ae937b4f
14a9b882
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
index.vue
src/business/holiday/views/index.vue
+2
-2
index.vue
src/components/business/docpan/views/index.vue
+1
-0
No files found.
src/business/holiday/views/index.vue
View file @
6a21666e
...
...
@@ -199,7 +199,7 @@
if
(
res
.
respCode
===
"AAAAAA"
)
{
loading
.
close
()
this
.
tableData
=
res
.
data
this
.
pagination
.
total
=
Number
(
res
.
data
.
length
)
this
.
pagination
.
total
=
Number
(
res
.
data
[
0
].
countSize
)
}
},
httpRequest
(
params
)
{
...
...
@@ -265,7 +265,7 @@
this
.
holidayList
=
[]
this
.
searchParams
=
{
page
Num
:
this
.
pagination
.
pageIndex
,
page
Index
:
this
.
pagination
.
pageIndex
,
pageSize
:
this
.
pagination
.
pageSize
,
...
params
.
data
}
...
...
src/components/business/docpan/views/index.vue
View file @
6a21666e
...
...
@@ -649,6 +649,7 @@ export default {
let
params
=
{
...
this
.
model
,
transName
:
this
.
root
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
spt
:
{
inr
:
this
.
$route
.
query
.
businessInr
,
},
...
...
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