Commit 72e26110 authored by 吴冠's avatar 吴冠

T14

parent e63d9f99
...@@ -73,7 +73,7 @@ import Cookies from 'js-cookie' ...@@ -73,7 +73,7 @@ import Cookies from 'js-cookie'
this.industryList() this.industryList()
this.getErrorList(message) this.getErrorList(message)
}, */ }, */
async asyncData({params}){ async asyncData({ params, route, error }){
let mes ={ let mes ={
currentPage:1, currentPage:1,
size:10, size:10,
......
...@@ -74,7 +74,7 @@ import Cookies from 'js-cookie' ...@@ -74,7 +74,7 @@ import Cookies from 'js-cookie'
this.getAllList(message) this.getAllList(message)
sessionStorage.removeItem("inputContent") sessionStorage.removeItem("inputContent")
}, */ }, */
async asyncData({params}){ async asyncData({ params, route, error }){
let inputContent = Cookies.get("inputContent") let inputContent = Cookies.get("inputContent")
console.log(inputContent+'-----------------+++++++++++++++++') console.log(inputContent+'-----------------+++++++++++++++++')
let mes ={ let mes ={
......
...@@ -64,7 +64,7 @@ import Cookies from 'js-cookie' ...@@ -64,7 +64,7 @@ import Cookies from 'js-cookie'
components:{ components:{
citySelect, citySelect,
}, },
async asyncData({params}){ async asyncData({ params, route, error }){
let mes ={ let mes ={
currentPage:1, currentPage:1,
size:10, size:10,
......
...@@ -87,7 +87,7 @@ export default { ...@@ -87,7 +87,7 @@ export default {
components: { components: {
citySelect, citySelect,
}, },
async asyncData({params}){ async asyncData({ params, route, error }){
let mes ={ let mes ={
currentPage:1, currentPage:1,
size:10, size:10,
......
...@@ -73,7 +73,7 @@ import Cookies from 'js-cookie' ...@@ -73,7 +73,7 @@ import Cookies from 'js-cookie'
this.industryList() this.industryList()
this.getCadidateList(message) this.getCadidateList(message)
}, */ }, */
async asyncData({params}){ async asyncData({ params, route, error }){
let mes ={ let mes ={
currentPage:1, currentPage:1,
size:10, size:10,
......
...@@ -73,7 +73,7 @@ import Cookies from 'js-cookie' ...@@ -73,7 +73,7 @@ import Cookies from 'js-cookie'
this.industryList() this.industryList()
this.getChangeList(message) this.getChangeList(message)
}, */ }, */
async asyncData({params}){ async asyncData({ params, route, error }){
let mes ={ let mes ={
currentPage:1, currentPage:1,
size:10, size:10,
......
...@@ -73,7 +73,7 @@ import Cookies from 'js-cookie' ...@@ -73,7 +73,7 @@ import Cookies from 'js-cookie'
this.industryList() this.industryList()
this.getClerList(message) this.getClerList(message)
}, */ }, */
async asyncData({params}){ async asyncData({ params, route, error }){
let mes ={ let mes ={
currentPage:1, currentPage:1,
size:10, size:10,
......
...@@ -96,12 +96,14 @@ export default { ...@@ -96,12 +96,14 @@ export default {
citySelect, citySelect,
dataTable dataTable
}, },
async asyncData({params}){ async asyncData({ params, route, error }){
console.log(params,route)
let mes ={ let mes ={
currentPage:1, currentPage:1,
size:10, size:10,
noticeType:'ENQUIRY' noticeType:'ENQUIRY'
} }
console.log(11111111111)
if(Cookies.get("details")){ if(Cookies.get("details")){
mes.currentPage = Cookies.get("currentPage") mes.currentPage = Cookies.get("currentPage")
} }
......
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