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
88062382
Commit
88062382
authored
Sep 27, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try
parent
f69658e6
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
42 deletions
+8
-42
bread.vue
components/bread.vue
+0
-8
newsdetails.vue
pages/index/message/news/newsdetails.vue
+0
-26
enquirydetails.vue
pages/index/notice/enquirydetails.vue
+1
-1
examine.vue
pages/login/examine.vue
+7
-7
No files found.
components/bread.vue
View file @
88062382
...
@@ -14,14 +14,6 @@ export default {
...
@@ -14,14 +14,6 @@ export default {
name
:
'询价公告'
name
:
'询价公告'
}
}
},
},
mounted
(){
console
.
log
(
this
.
$route
)
},
watch
:{
$route
(
old
,
newRes
)
{
console
.
log
(
old
,
newRes
,
'------bbbb'
)
}
}
}
}
</
script
>
</
script
>
...
...
pages/index/message/news/newsdetails.vue
deleted
100644 → 0
View file @
f69658e6
<
template
>
<div>
xxxxxxxxxxxxx
</div>
</
template
>
<
script
>
import
{
getList
}
from
'@/common/list.js'
export
default
{
created
(){
let
id
=
this
.
$route
.
query
.
id
this
.
getList
(
id
)
},
methods
:{
async
getList
(
id
){
const
{
data
}
=
await
getList
(
id
)
console
.
log
(
data
)
}
}
}
</
script
>
<
style
>
</
style
>
\ No newline at end of file
pages/index/notice/enquirydetails.vue
View file @
88062382
...
@@ -199,7 +199,7 @@ export default {
...
@@ -199,7 +199,7 @@ export default {
],
],
};
};
},
},
crea
ted
(){
moun
ted
(){
let
id
=
this
.
$route
.
query
.
id
;
let
id
=
this
.
$route
.
query
.
id
;
console
.
log
(
id
)
console
.
log
(
id
)
this
.
getenquirydetails
(
id
)
this
.
getenquirydetails
(
id
)
...
...
pages/login/examine.vue
View file @
88062382
...
@@ -463,6 +463,13 @@ export default {
...
@@ -463,6 +463,13 @@ export default {
Upload
,
Upload
,
imgUpload
,
imgUpload
,
},
},
mounted
()
{
console
.
log
(
this
.
flag
);
this
.
flag
=
!
this
.
flag
;
this
.
getIndustryList
();
this
.
getCompanyNatureList
();
// this.getCordimg();
},
data
()
{
data
()
{
// 测试省份
// 测试省份
let
islocal
=
(
rule
,
value
,
callback
)
=>
{
let
islocal
=
(
rule
,
value
,
callback
)
=>
{
...
@@ -1081,13 +1088,6 @@ export default {
...
@@ -1081,13 +1088,6 @@ export default {
this
.
refreshCode
();
this
.
refreshCode
();
}
}
},
},
mounted
()
{
console
.
log
(
this
.
flag
);
this
.
flag
=
!
this
.
flag
;
this
.
getIndustryList
();
this
.
getCompanyNatureList
();
// this.getCordimg();
},
},
},
};
};
</
script
>
</
script
>
...
...
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