Commit 48c87024 authored by CenXinYi's avatar CenXinYi

优化长度限制

Signed-off-by: 's avatarCenXinYi <2810162984@qq.com>
parent f1be063b
......@@ -4,6 +4,7 @@
<el-form v-show="showSearch" ref="queryForm" style="padding: 0 0 0 10px" :model="queryEntity" :inline="true">
<el-form-item label="pn" prop="pn">
<el-input
ref="autoGetFocusInput"
v-model="queryEntity.entity.pn"
......@@ -474,7 +475,6 @@ export default {
return ''
}
},
/** TODO: 查询按钮操作 */
handleQuery() {
this.queryParams.page = 1
......
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