|
@@ -614,7 +614,7 @@ export default {
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
nationArray () {
|
|
nationArray () {
|
|
- debugger
|
|
|
|
|
|
+
|
|
return this.$store.getters['getNationArray'];
|
|
return this.$store.getters['getNationArray'];
|
|
},
|
|
},
|
|
nativePlaceArray () {
|
|
nativePlaceArray () {
|
|
@@ -651,6 +651,7 @@ export default {
|
|
uploadsuccess (response, file, fileList) {
|
|
uploadsuccess (response, file, fileList) {
|
|
this.$refs.uploaduserlogo.clearFiles();
|
|
this.$refs.uploaduserlogo.clearFiles();
|
|
if (0 === response.status) {
|
|
if (0 === response.status) {
|
|
|
|
+
|
|
this.formData.facePictureUrl = response.data;
|
|
this.formData.facePictureUrl = response.data;
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -766,7 +767,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
this.$refs['ruleForm'].validate((valid) => {
|
|
this.$refs['ruleForm'].validate((valid) => {
|
|
- debugger;
|
|
|
|
|
|
+
|
|
if (valid) {
|
|
if (valid) {
|
|
let url = '/czc-community/scResident/add';
|
|
let url = '/czc-community/scResident/add';
|
|
let params = this.formData;
|
|
let params = this.formData;
|