Commit 955b9d82 by 王悦

remove自动校验

parent 02909ffd
...@@ -25,10 +25,10 @@ ...@@ -25,10 +25,10 @@
</el-form-item> </el-form-item>
<div style="clear:both;"></div> <div style="clear:both;"></div>
<el-form-item label="商标名称" style="width:450px;float:left" prop="tmName"> <el-form-item label="商标名称" style="width:450px;float:left" prop="tmName">
<el-input v-model="form.tmName" @blur="nameBlur"></el-input> <el-input v-model="form.tmName"></el-input>
</el-form-item> </el-form-item>
<div style="float:left;padding-left:10px"> <div style="float:left;padding-left:10px">
<el-button @click="checkname">检查名称</el-button> <el-button @click="checkname">阿里验证</el-button>
</div> </div>
<div style="float:left;padding-left:10px" v-if="form.tmFormType==3"> <div style="float:left;padding-left:10px" v-if="form.tmFormType==3">
<el-button @click="word2pic">文字商标在线生成</el-button> <el-button @click="word2pic">文字商标在线生成</el-button>
......
...@@ -811,10 +811,6 @@ ...@@ -811,10 +811,6 @@
}); });
}, },
nameBlur()
{
this.checkname()
},
checkname() checkname()
{ {
if (!this.form.tmName) { if (!this.form.tmName) {
......
...@@ -24,10 +24,10 @@ ...@@ -24,10 +24,10 @@
</el-form-item> </el-form-item>
<div style="clear:both;"></div> <div style="clear:both;"></div>
<el-form-item label="商标名称" style="width:450px;float:left" prop="tmName"> <el-form-item label="商标名称" style="width:450px;float:left" prop="tmName">
<el-input v-model="form.tmName" @blur="nameBlur"></el-input> <el-input v-model="form.tmName"></el-input>
</el-form-item> </el-form-item>
<div style="float:left;padding-left:10px"> <div style="float:left;padding-left:10px">
<el-button @click="checkname">检查名称</el-button> <el-button @click="checkname">阿里验证</el-button>
</div> </div>
<div style="float:left;padding-left:10px" v-if="form.tmFormType==3"> <div style="float:left;padding-left:10px" v-if="form.tmFormType==3">
<el-button @click="word2pic">文字商标在线生成</el-button> <el-button @click="word2pic">文字商标在线生成</el-button>
......
...@@ -739,10 +739,6 @@ ...@@ -739,10 +739,6 @@
}); });
}, },
nameBlur()
{
this.checkname()
},
checkname() checkname()
{ {
if (!this.form.tmName) { if (!this.form.tmName) {
......
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