Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
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
Administrator
dsk-cr20g
Commits
87ca1f4c
Commit
87ca1f4c
authored
Jul 27, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
ee1ca657
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
gzdb.vue
...erate-ui/src/views/project/projectList/component/gzdb.vue
+2
-1
No files found.
dsk-operate-ui/src/views/project/projectList/component/gzdb.vue
View file @
87ca1f4c
...
@@ -111,6 +111,7 @@
...
@@ -111,6 +111,7 @@
businessId
:
this
.
detailId
?
this
.
detailId
:
parseInt
(
this
.
$route
.
query
.
id
),
businessId
:
this
.
detailId
?
this
.
detailId
:
parseInt
(
this
.
$route
.
query
.
id
),
pageSize
:
20
,
pageSize
:
20
,
pageNum
:
1
,
pageNum
:
1
,
state
:
0
},
},
datalist
:[],
datalist
:[],
yqnum
:
''
,
//已逾期数量
yqnum
:
''
,
//已逾期数量
...
@@ -164,7 +165,6 @@
...
@@ -164,7 +165,6 @@
this
.
isSkeleton
=
true
this
.
isSkeleton
=
true
let
params
=
{
let
params
=
{
...
this
.
searchPram
,
...
this
.
searchPram
,
state
:
this
.
activeName
===
'first'
?
0
:
this
.
activeName
===
'second'
?
1
:
2
,
// cancelHttp: true
// cancelHttp: true
}
}
getGZDB
(
params
).
then
(
result
=>
{
getGZDB
(
params
).
then
(
result
=>
{
...
@@ -177,6 +177,7 @@
...
@@ -177,6 +177,7 @@
this
.
getList
()
this
.
getList
()
},
},
handleClick
(){
handleClick
(){
this
.
searchPram
.
state
=
this
.
activeName
===
'first'
?
0
:
this
.
activeName
===
'second'
?
1
:
2
this
.
getList
()
this
.
getList
()
},
},
changes
(
id
,
state
){
changes
(
id
,
state
){
...
...
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