Commit 96f9a228 authored by 吴冠's avatar 吴冠

修改注册时异常

parent c8078585
...@@ -415,7 +415,7 @@ ...@@ -415,7 +415,7 @@
<el-input <el-input
v-model="perfectForm.legalPersonName" v-model="perfectForm.legalPersonName"
placeholder="请输入" placeholder="请输入"
style="width: 2.4rem"1 style="width: 2.4rem"
maxlength="30" maxlength="30"
@keyup.native=" @keyup.native="
$event.target.value = $event.target.value.replace( $event.target.value = $event.target.value.replace(
...@@ -824,7 +824,7 @@ export default { ...@@ -824,7 +824,7 @@ export default {
fileList: [], fileList: [],
flag: true, //该值变化,就会触发刷新 flag: true, //该值变化,就会触发刷新
code: "", //刷新后的验证码 code: "", //刷新后的验证码
active: 1, active: 0,
checked: true, checked: true,
adminform: { adminform: {
name: "", name: "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment