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

T14

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