From 8165380828355097d54939fcffc56521286abdb2 Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Thu, 7 Apr 2022 20:41:16 +0800
Subject: [PATCH] 28935
---
.../AppGroupShareholders/components/Add.vue | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git a/project/xiushan/apps/AppGroupShareholders/components/Add.vue b/project/xiushan/apps/AppGroupShareholders/components/Add.vue
index f564c335..c3ee3edb 100644
--- a/project/xiushan/apps/AppGroupShareholders/components/Add.vue
+++ b/project/xiushan/apps/AppGroupShareholders/components/Add.vue
@@ -25,7 +25,7 @@
- (this.formJobWant.employmentAreaName = name)">
+
@@ -70,7 +70,7 @@
- 修改
+ 修改
@@ -107,6 +107,16 @@ export default {
id: '',
form: {
useCertificate: '',
+ areaId: '',
+ areaName: '',
+ usePerson: '',
+ houseNumber: '',
+ idNumber: '',
+ landOwnership: '',
+ landArea: '',
+ landFourTo: '',
+ useSituation: '',
+ fileList: '',
},
isEdit: false,
@@ -137,7 +147,7 @@ export default {
this.id = this.params.id
this.getDetail(this.params.id)
}
- this.areaId = this.user.info.areaId
+ this.form.areaId = this.user.info.areaId
this.getTableData()
},
methods: {
@@ -168,7 +178,7 @@ export default {
this.$refs.form.validate((valid) => {
if (valid) {
this.instance.post(`/appcollectiveeconomyequity/addOrUpdate`, {
- ...this.forms,
+ ...this.form,
id: this.params.id || '',
}).then(res => {
if (res.code == 0) {