@@ -173,7 +173,7 @@
<el-input
type="textarea"
rows="5"
- v-model="form.address"
+ v-model="form.homeaddress"
:placeholder="$t(`请输入家庭住址`)"
></el-input>
</el-form-item>
@@ -174,7 +174,7 @@
@@ -49,7 +49,6 @@ export default {
});
this.tool.showMessage(res, () => {
this.$emit("toVoidSuccess");
- this.$refs["form"].resetFields();
},