4316288b by 杨威
2 parents 33cea5e8 19818dda
......@@ -126,7 +126,7 @@
<input
type="text"
class="formInput percent78"
v-model="formData.dyhbsm"
v-model="formData.bdcdyh"
/>
<el-button type="primary" class="createBtn">生成</el-button>
</td>
......@@ -437,7 +437,7 @@ export default {
.then((res) => {
console.log(res);
this.formData.zddm = res.result.substring(0, 19);
this.formData.dyhbsm = res.result;
this.formData.bdcdyh = res.result;
})
.catch((error) => {});
},
......