6554791a by zhaoqian

不动产单元号

1 parent 601e8980
...@@ -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 },
......