Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
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> |
... | @@ -437,7 +437,7 @@ export default { | ... | @@ -437,7 +437,7 @@ export default { |
437 | .then((res) => { | 437 | .then((res) => { |
438 | console.log(res); | 438 | console.log(res); |
439 | this.formData.zddm = res.result.substring(0, 19); | 439 | this.formData.zddm = res.result.substring(0, 19); |
440 | this.formData.dyhbsm = res.result; | 440 | this.formData.bdcdyh = res.result; |
441 | }) | 441 | }) |
442 | .catch((error) => {}); | 442 | .catch((error) => {}); |
443 | }, | 443 | }, | ... | ... |
-
Please register or sign in to post a comment