Commit 7d222daf authored by 杨梦雪's avatar 杨梦雪

11

parent 7ac47adc
...@@ -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);
......
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