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
d26938f3
Commit
d26938f3
authored
Oct 30, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xiugai
parent
664c8d23
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
17 additions
and
17 deletions
+17
-17
footer.vue
components/footer.vue
+1
-1
abortive.vue
pages/index/notice/abortive.vue
+2
-2
all.vue
pages/index/notice/all.vue
+2
-2
bid.vue
pages/index/notice/bid.vue
+2
-2
biding.vue
pages/index/notice/biding.vue
+2
-2
cadidate.vue
pages/index/notice/cadidate.vue
+2
-2
change.vue
pages/index/notice/change.vue
+2
-2
clarifies.vue
pages/index/notice/clarifies.vue
+2
-2
inquiry.vue
pages/index/notice/inquiry.vue
+2
-2
No files found.
components/footer.vue
View file @
d26938f3
...
...
@@ -26,7 +26,7 @@
title
:
"友情链接"
,
list
:
[{
name
:
'教育部学校规划建设发展'
,
url
:
'https://www.csdp.edu.cn/index.aspx?AspxAutoDetectCookieSupport=1'
},
/* "北京市教委", "全国农产品批发市场价格信息网" */
},
{
name
:
'北京市教委'
,
url
:
'http://jw.beijing.gov.cn/'
...
...
pages/index/notice/abortive.vue
View file @
d26938f3
...
...
@@ -207,7 +207,7 @@ import Cookies from 'js-cookie'
this
.
getData
.
size
=
val
mess
.
currentPage
=
this
.
getData
.
currentPage
Cookies
.
set
(
"size"
,
val
)
this
.
getErrorList
(
mess
)
this
.
getErrorList
(
this
.
getData
)
},
handleCurrentChange
(
val
)
{
/* this.getData.currentPage = val */
...
...
@@ -217,7 +217,7 @@ import Cookies from 'js-cookie'
this
.
getData
.
currentPage
=
val
mess
.
size
=
this
.
getData
.
size
Cookies
.
set
(
"currentPage"
,
val
)
this
.
getErrorList
(
mess
);
this
.
getErrorList
(
this
.
getData
);
//获取当前页
},
dealDisabledDate
(
time
)
{
...
...
pages/index/notice/all.vue
View file @
d26938f3
...
...
@@ -289,7 +289,7 @@ import Cookies from 'js-cookie'
this
.
getData
.
size
=
val
mess
.
currentPage
=
this
.
getData
.
currentPage
Cookies
.
set
(
"size"
,
val
)
this
.
getAllList
(
mess
)
this
.
getAllList
(
this
.
getData
)
},
handleCurrentChange
(
val
)
{
let
mess
=
{}
...
...
@@ -297,7 +297,7 @@ import Cookies from 'js-cookie'
this
.
getData
.
currentPage
=
val
mess
.
size
=
this
.
getData
.
size
Cookies
.
set
(
"currentPage"
,
val
)
this
.
getAllList
(
mess
);
this
.
getAllList
(
this
.
getData
);
//获取当前页
},
dealDisabledDate
(
time
)
{
...
...
pages/index/notice/bid.vue
View file @
d26938f3
...
...
@@ -214,7 +214,7 @@ import Cookies from 'js-cookie'
mess
.
currentPage
=
this
.
getData
.
currentPage
mess
.
noticeType
=
"BIDDING"
Cookies
.
set
(
"size"
,
val
)
this
.
getBidingList
(
mess
)
this
.
getBidingList
(
this
.
getData
)
},
handleCurrentChange
(
val
)
{
/* this.getData.currentPage = val */
...
...
@@ -224,7 +224,7 @@ import Cookies from 'js-cookie'
mess
.
size
=
this
.
getData
.
size
mess
.
noticeType
=
"BIDDING"
Cookies
.
set
(
"currentPage"
,
val
)
this
.
getBidingList
(
mess
)
this
.
getBidingList
(
this
.
getData
)
//获取当前页
},
dealDisabledDate
(
time
)
{
...
...
pages/index/notice/biding.vue
View file @
d26938f3
...
...
@@ -272,7 +272,7 @@ export default {
mess
.
currentPage
=
this
.
getData
.
currentPage
mess
.
noticeType
=
"WIN"
Cookies
.
set
(
"size"
,
val
)
this
.
getWinList
(
mess
)
this
.
getWinList
(
this
.
getData
)
},
handleCurrentChange
(
val
)
{
/* this.getData.currentPage = val */
...
...
@@ -282,7 +282,7 @@ export default {
this
.
getData
.
currentPage
=
val
mess
.
size
=
this
.
getData
.
size
Cookies
.
set
(
"currentPage"
,
val
)
this
.
getWinList
(
mess
);
this
.
getWinList
(
this
.
getData
);
//获取当前页
},
dealDisabledDate
(
time
)
{
...
...
pages/index/notice/cadidate.vue
View file @
d26938f3
...
...
@@ -209,7 +209,7 @@ import Cookies from 'js-cookie'
this
.
getData
.
size
=
val
mess
.
currentPage
=
this
.
getData
.
currentPage
Cookies
.
set
(
"size"
,
val
)
this
.
getCadidateList
(
mess
)
this
.
getCadidateList
(
this
.
getData
)
},
handleCurrentChange
(
val
)
{
/* this.getData.currentPage = val */
...
...
@@ -219,7 +219,7 @@ import Cookies from 'js-cookie'
this
.
getData
.
currentPage
=
val
mess
.
size
=
this
.
getData
.
size
Cookies
.
set
(
"currentPage"
,
val
)
this
.
getCadidateList
(
mess
);
this
.
getCadidateList
(
this
.
getData
);
//获取当前页
},
dealDisabledDate
(
time
)
{
...
...
pages/index/notice/change.vue
View file @
d26938f3
...
...
@@ -209,7 +209,7 @@ import Cookies from 'js-cookie'
this
.
getData
.
size
=
val
mess
.
currentPage
=
this
.
getData
.
currentPage
Cookies
.
set
(
"size"
,
val
)
this
.
getChangeList
(
mess
)
this
.
getChangeList
(
this
.
getData
)
},
handleCurrentChange
(
val
)
{
/* this.getData.currentPage = val */
...
...
@@ -219,7 +219,7 @@ import Cookies from 'js-cookie'
mess
.
currentPage
=
val
this
.
getData
.
currentPage
=
val
mess
.
size
=
this
.
getData
.
size
this
.
getChangeList
(
mess
);
this
.
getChangeList
(
this
.
getData
);
//获取当前页
},
dealDisabledDate
(
time
)
{
...
...
pages/index/notice/clarifies.vue
View file @
d26938f3
...
...
@@ -207,7 +207,7 @@ import Cookies from 'js-cookie'
this
.
getData
.
size
=
val
mess
.
currentPage
=
this
.
getData
.
currentPage
Cookies
.
set
(
"size"
,
val
)
this
.
getClerList
(
mess
)
this
.
getClerList
(
this
.
getData
)
},
handleCurrentChange
(
val
)
{
/* this.getData.currentPage = val */
...
...
@@ -217,7 +217,7 @@ import Cookies from 'js-cookie'
this
.
getData
.
currentPage
=
val
mess
.
size
=
this
.
getData
.
size
Cookies
.
set
(
"currentPage"
,
val
)
this
.
getClerList
(
mess
);
this
.
getClerList
(
this
.
getData
);
//获取当前页
},
dealDisabledDate
(
time
)
{
...
...
pages/index/notice/inquiry.vue
View file @
d26938f3
...
...
@@ -264,7 +264,7 @@ export default {
mess
.
currentPage
=
this
.
getData
.
currentPage
mess
.
noticeType
=
"ENQUIRY"
Cookies
.
set
(
"size"
,
val
)
this
.
getInquiryList
(
mess
)
this
.
getInquiryList
(
this
.
getData
)
},
handleCurrentChange
(
val
)
{
let
mess
=
{}
...
...
@@ -273,7 +273,7 @@ export default {
this
.
getData
.
currentPage
=
val
mess
.
size
=
this
.
getData
.
size
Cookies
.
set
(
"currentPage"
,
val
)
this
.
getInquiryList
(
mess
);
this
.
getInquiryList
(
this
.
getData
);
},
dealDisabledDate
(
time
)
{
// 一天的毫秒数 = 8.64e7 判断时在return处可进行加减
...
...
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