Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
12c742b0
Commit
12c742b0
authored
Aug 24, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
e7085469
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
index.vue
dsk-operate-ui/src/views/index.vue
+3
-2
No files found.
dsk-operate-ui/src/views/index.vue
View file @
12c742b0
...
@@ -172,7 +172,7 @@
...
@@ -172,7 +172,7 @@
<skeleton
v-if=
"zxzbIsSkeleton"
style=
"padding: 16px"
></skeleton>
<skeleton
v-if=
"zxzbIsSkeleton"
style=
"padding: 16px"
></skeleton>
<div
class=
"list"
v-if=
"!zxzbIsSkeleton"
>
<div
class=
"list"
v-if=
"!zxzbIsSkeleton"
>
<div
class=
"item"
v-for=
"(item,index) in projectList"
:key=
"index"
>
<div
class=
"item"
v-for=
"(item,index) in projectList"
:key=
"index"
>
<p
class=
"list-title"
><router-link
:to=
"`/biddetail/${item.id}`"
tag=
"a"
class=
"a-link"
v-if=
"item.pid"
v-html=
"item.projectName"
></router-link></p>
<p
class=
"list-title"
><router-link
:to=
"`/biddetail/${item.
p
id}`"
tag=
"a"
class=
"a-link"
v-if=
"item.pid"
v-html=
"item.projectName"
></router-link></p>
<div
class=
"list-content"
>
<div
class=
"list-content"
>
<p
class=
"list-content-text"
>
<p
class=
"list-content-text"
>
<span>
中标企业:
</span>
<span>
中标企业:
</span>
...
@@ -750,6 +750,7 @@ export default {
...
@@ -750,6 +750,7 @@ export default {
},
},
getBigWinningBidsPage
(){
getBigWinningBidsPage
(){
let
params
=
{};
let
params
=
{};
params
.
recentlyBidQueryDto
=
[]
let
recentlyBidQueryDto
=
{};
let
recentlyBidQueryDto
=
{};
params
.
pageNum
=
this
.
queryParams2
.
pageNum
;
params
.
pageNum
=
this
.
queryParams2
.
pageNum
;
params
.
pageSize
=
this
.
queryParams2
.
pageSize
;
params
.
pageSize
=
this
.
queryParams2
.
pageSize
;
...
@@ -771,7 +772,7 @@ export default {
...
@@ -771,7 +772,7 @@ export default {
if
(
this
.
queryParams2
.
projects
){
if
(
this
.
queryParams2
.
projects
){
recentlyBidQueryDto
.
projectTypeNew
=
this
.
queryParams2
.
projects
.
join
()
recentlyBidQueryDto
.
projectTypeNew
=
this
.
queryParams2
.
projects
.
join
()
}
}
params
.
recentlyBidQueryDto
=
recentlyBidQueryDto
params
.
recentlyBidQueryDto
.
push
(
recentlyBidQueryDto
)
this
.
zxzbIsSkeleton
=
true
this
.
zxzbIsSkeleton
=
true
bigWinningBidsPage
(
params
).
then
(
res
=>
{
bigWinningBidsPage
(
params
).
then
(
res
=>
{
this
.
zxzbIsSkeleton
=
false
;
this
.
zxzbIsSkeleton
=
false
;
...
...
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