Commit 17333778 authored by 黄奎's avatar 黄奎

前端报错修改

parent ce2dbe85
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<li> <li>
<span> <span>
<em>财务单据</em> <em>财务单据</em>
<el-input type="text" v-model="msg.FinanceId" :placeholder="$t('pub.pleaseImport')"></el-input> <el-input type="text" v-model="msg.FinanceId" @keyup.native="checkInteger(msg,'FinanceId')" :placeholder="$t('pub.pleaseImport')"></el-input>
</span> </span>
</li> </li>
<li> <li>
......
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