不动产单元号
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -126,7 +126,7 @@ | ... | @@ -126,7 +126,7 @@ |
| 126 | <input | 126 | <input |
| 127 | type="text" | 127 | type="text" |
| 128 | class="formInput percent78" | 128 | class="formInput percent78" |
| 129 | v-model="formData.dyhbsm" | 129 | v-model="formData.bdcdyh" |
| 130 | /> | 130 | /> |
| 131 | <el-button type="primary" class="createBtn">生成</el-button> | 131 | <el-button type="primary" class="createBtn">生成</el-button> |
| 132 | </td> | 132 | </td> |
| ... | @@ -435,7 +435,7 @@ export default { | ... | @@ -435,7 +435,7 @@ export default { |
| 435 | .then((res) => { | 435 | .then((res) => { |
| 436 | console.log(res); | 436 | console.log(res); |
| 437 | this.formData.zddm = res.result.substring(0, 19); | 437 | this.formData.zddm = res.result.substring(0, 19); |
| 438 | this.formData.dyhbsm = res.result; | 438 | this.formData.bdcdyh = res.result; |
| 439 | }) | 439 | }) |
| 440 | .catch((error) => {}); | 440 | .catch((error) => {}); |
| 441 | }, | 441 | }, | ... | ... |
-
Please register or sign in to post a comment