4316288b by 杨威
2 parents 33cea5e8 19818dda
...@@ -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 },
......