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

11

parent 7ac47adc
......@@ -132,7 +132,7 @@
<script>
/* eslint-disable */
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";
export default {
......@@ -192,6 +192,7 @@ export default {
created() {
this.getSchool();
this.getProAndCity();
// this.getAddress();
},
watch: {},
methods: {
......@@ -210,7 +211,15 @@ export default {
// 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事件
changeProvince(type, val, status) {
// 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