Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨梦雪
campSite
Commits
7d222daf
Commit
7d222daf
authored
Dec 17, 2021
by
杨梦雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
7ac47adc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
src/views/index/camp/Certificate.vue
src/views/index/camp/Certificate.vue
+11
-2
No files found.
src/views/index/camp/Certificate.vue
View file @
7d222daf
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
<
script
>
<
script
>
/* eslint-disable */
/* eslint-disable */
import
{
getProAndCity
,
getSchool
}
from
"
r/index/signUp
"
;
import
{
getProAndCity
,
getSchool
}
from
"
r/index/signUp
"
;
import
{
setAddress
}
from
"
r/index/certificate
"
;
import
{
setAddress
,
getAddress
}
from
"
r/index/certificate
"
;
import
validator
from
"
common/validator
"
;
import
validator
from
"
common/validator
"
;
export
default
{
export
default
{
...
@@ -192,6 +192,7 @@ export default {
...
@@ -192,6 +192,7 @@ export default {
created
()
{
created
()
{
this
.
getSchool
();
this
.
getSchool
();
this
.
getProAndCity
();
this
.
getProAndCity
();
// this.getAddress();
},
},
watch
:
{},
watch
:
{},
methods
:
{
methods
:
{
...
@@ -210,7 +211,15 @@ export default {
...
@@ -210,7 +211,15 @@ export default {
// console.log(this.selectProvince, this.CityName);
// console.log(this.selectProvince, this.CityName);
});
});
},
},
// getAddress() {
// getAddress({}).then((res) => {
// // console.log(res, "getProAndCity");
// if (res.data.code != 200) {
// return this.$message.error(res.data.message);
// }
// });
// },
//选择籍贯省份change事件
//选择籍贯省份change事件
changeProvince
(
type
,
val
,
status
)
{
changeProvince
(
type
,
val
,
status
)
{
// console.log(type, val);
// console.log(type, val);
...
...
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