Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
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
张冬
web-site
Commits
aad5a28f
Commit
aad5a28f
authored
Nov 07, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
6b375a02
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
3 deletions
+11
-3
news.vue
pages/index/message/news.vue
+3
-3
abortive.vue
pages/index/notice/abortive.vue
+1
-0
all.vue
pages/index/notice/all.vue
+1
-0
bid.vue
pages/index/notice/bid.vue
+1
-0
biding.vue
pages/index/notice/biding.vue
+1
-0
cadidate.vue
pages/index/notice/cadidate.vue
+1
-0
change.vue
pages/index/notice/change.vue
+1
-0
clarifies.vue
pages/index/notice/clarifies.vue
+1
-0
inquiry.vue
pages/index/notice/inquiry.vue
+1
-0
No files found.
pages/index/message/news.vue
View file @
aad5a28f
...
...
@@ -69,8 +69,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:size=
"size"
:page-sizes=
"[10]"
layout=
"total, prev, pager, next,sizes, jumper"
layout=
"total, prev, pager, next, jumper"
:total=
"total"
>
</el-pagination>
...
...
@@ -227,7 +226,7 @@ export default {
}
else
{
console
.
log
(
111111111111111111
)
let
mess
=
{}
mess
.
cateId
=
124
mess
.
cateId
=
this
.
detailsId
this
.
getListContent
(
mess
);
}
/* if(this.activeName =='124'){
...
...
@@ -238,6 +237,7 @@ export default {
/* console.log(this.detailsId)
this.getListContent(mess); */
Cookies
.
remove
(
"status"
)
Cookies
.
remove
(
"contentStatus"
)
},
},
};
...
...
pages/index/notice/abortive.vue
View file @
aad5a28f
...
...
@@ -148,6 +148,7 @@ import Cookies from 'js-cookie'
if
(
code
==
200
){
if
(
total
==
0
){
this
.
$message
.
error
(
"当前查询无内容!"
)
this
.
getData
.
currentPage
=
1
;
this
.
reset
()
}
else
{
this
.
$message
.
success
(
"查询成功!"
)
...
...
pages/index/notice/all.vue
View file @
aad5a28f
...
...
@@ -222,6 +222,7 @@ import Cookies from 'js-cookie'
if
(
code
==
200
){
if
(
total
==
0
){
this
.
$message
.
error
(
"当前查询无内容!"
)
this
.
getData
.
currentPage
=
1
;
this
.
reset
()
}
else
{
this
.
$message
.
success
(
"查询成功!"
)
...
...
pages/index/notice/bid.vue
View file @
aad5a28f
...
...
@@ -182,6 +182,7 @@ import Cookies from 'js-cookie'
if
(
code
==
200
){
if
(
total
==
0
){
this
.
$message
.
error
(
"当前查询无内容!"
)
this
.
getData
.
currentPage
=
1
;
this
.
reset
()
}
else
{
this
.
$message
.
success
(
"查询成功!"
)
...
...
pages/index/notice/biding.vue
View file @
aad5a28f
...
...
@@ -239,6 +239,7 @@ export default {
if
(
code
==
200
){
if
(
total
==
0
){
this
.
$message
.
error
(
"当前查询无内容!"
)
this
.
getData
.
currentPage
=
1
;
this
.
reset
()
}
else
{
this
.
$message
.
success
(
"查询成功!"
)
...
...
pages/index/notice/cadidate.vue
View file @
aad5a28f
...
...
@@ -150,6 +150,7 @@ import Cookies from 'js-cookie'
if
(
code
==
200
){
if
(
total
==
0
){
this
.
$message
.
error
(
"当前查询无内容!"
)
this
.
getData
.
currentPage
=
1
;
this
.
reset
()
}
else
{
this
.
$message
.
success
(
"查询成功!"
)
...
...
pages/index/notice/change.vue
View file @
aad5a28f
...
...
@@ -150,6 +150,7 @@ import Cookies from 'js-cookie'
if
(
code
==
200
){
if
(
total
==
0
){
this
.
$message
.
error
(
"当前查询无内容!"
)
this
.
getData
.
currentPage
=
1
;
this
.
reset
()
}
else
{
this
.
$message
.
success
(
"查询成功!"
)
...
...
pages/index/notice/clarifies.vue
View file @
aad5a28f
...
...
@@ -148,6 +148,7 @@ import Cookies from 'js-cookie'
if
(
code
==
200
){
if
(
total
==
0
){
this
.
$message
.
error
(
"当前查询无内容!"
)
this
.
getData
.
currentPage
=
1
;
this
.
reset
()
}
else
{
this
.
$message
.
success
(
"查询成功!"
)
...
...
pages/index/notice/inquiry.vue
View file @
aad5a28f
...
...
@@ -229,6 +229,7 @@ export default {
if
(
code
==
200
){
if
(
total
==
0
){
this
.
$message
.
error
(
"当前查询无内容!"
)
this
.
getData
.
currentPage
=
1
;
this
.
reset
()
}
else
{
this
.
$message
.
success
(
"查询成功!"
)
...
...
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