| @@ -167,18 +167,17 @@ | |||||
| this.form = response.data | this.form = response.data | ||||
| }else{ | }else{ | ||||
| getLandDetail(this.$route.query.dkbm).then(response => { | getLandDetail(this.$route.query.dkbm).then(response => { | ||||
| response.data.jyfsText = '家庭承包'; | |||||
| response.data.jyfs = '110'; | |||||
| response.data.jydxlxText = '农户'; | |||||
| response.data.jydxlx = '1'; | |||||
| response.data.jydxzjlxText = '居民身份证'; | |||||
| response.data.jydxzjlx = '1'; | |||||
| response.data.sfqdhtText = '是'; | |||||
| response.data.sfqdht = '1'; | |||||
| response.data.surveyStatusText = '已调查'; | |||||
| response.data.surveyStatus = '2'; | |||||
| this.form = response.data | this.form = response.data | ||||
| this.form.jyfsText = '家庭承包'; | |||||
| this.form.jyfs = '110'; | |||||
| this.form.jydxlxText = '农户'; | |||||
| this.form.jydxlx = '1'; | |||||
| this.form.jydxzjlxText = '居民身份证'; | |||||
| this.form.jydxzjlx = '1'; | |||||
| this.form.sfqdhtText = '是'; | |||||
| this.form.sfqdht = '1'; | |||||
| this.form.surveyStatusText = '已调查'; | |||||
| this.form.surveyStatus = '2'; | |||||
| }) | }) | ||||
| } | } | ||||
| // getInfoByImportCode(response.data.importCode).then((res) => { | // getInfoByImportCode(response.data.importCode).then((res) => { | ||||