Commit d26938f3 authored by 吴冠's avatar 吴冠

xiugai

parent 664c8d23
......@@ -26,7 +26,7 @@
title: "友情链接",
list: [{name:'教育部学校规划建设发展',
url:'https://www.csdp.edu.cn/index.aspx?AspxAutoDetectCookieSupport=1'
}, /* "北京市教委", "全国农产品批发市场价格信息网" */
},
{
name:'北京市教委',
url:'http://jw.beijing.gov.cn/'
......
......@@ -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) {
......
......@@ -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) {
......
......@@ -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) {
......
......@@ -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) {
......
......@@ -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) {
......
......@@ -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) {
......
......@@ -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) {
......
......@@ -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处可进行加减
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment