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
72e26110
Commit
72e26110
authored
Oct 16, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T14
parent
e63d9f99
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
8 deletions
+10
-8
abortive.vue
pages/index/notice/abortive.vue
+1
-1
all.vue
pages/index/notice/all.vue
+1
-1
bid.vue
pages/index/notice/bid.vue
+1
-1
biding.vue
pages/index/notice/biding.vue
+1
-1
cadidate.vue
pages/index/notice/cadidate.vue
+1
-1
change.vue
pages/index/notice/change.vue
+1
-1
clarifies.vue
pages/index/notice/clarifies.vue
+1
-1
inquiry.vue
pages/index/notice/inquiry.vue
+3
-1
No files found.
pages/index/notice/abortive.vue
View file @
72e26110
...
...
@@ -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
,
...
...
pages/index/notice/all.vue
View file @
72e26110
...
...
@@ -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
=
{
...
...
pages/index/notice/bid.vue
View file @
72e26110
...
...
@@ -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
,
...
...
pages/index/notice/biding.vue
View file @
72e26110
...
...
@@ -87,7 +87,7 @@ export default {
components
:
{
citySelect
,
},
async
asyncData
({
params
}){
async
asyncData
({
params
,
route
,
error
}){
let
mes
=
{
currentPage
:
1
,
size
:
10
,
...
...
pages/index/notice/cadidate.vue
View file @
72e26110
...
...
@@ -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
,
...
...
pages/index/notice/change.vue
View file @
72e26110
...
...
@@ -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
,
...
...
pages/index/notice/clarifies.vue
View file @
72e26110
...
...
@@ -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
,
...
...
pages/index/notice/inquiry.vue
View file @
72e26110
...
...
@@ -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"
)
}
...
...
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