Commit 4b661d08 authored by mengzixuan's avatar mengzixuan

feat(修改bug): 72021

parent f089e641
......@@ -202,6 +202,8 @@ export default {
this.queryParams = {
offset: 1,
limit: 10,
scenario: '',
method: '',
searchKeywords: ''
}
this.handleQuery()
......
......@@ -194,6 +194,7 @@
v-model="form.orderNum"
controls-position="right"
:min="0"
onkeyup="value=value.replace(/[^\d]/g,'')"
/>
</el-form-item>
</el-col>
......
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