no message

main
HUOJIN\霍先森 2025-04-26 16:28:34 +08:00
parent 0db6192027
commit 435620059b
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<div class="header">
<div>
关键字
<a-input style="width: 250px" v-model:value="queryForm.keyword" placeholder="物料/库位/容器"/>
<a-input style="width: 250px" v-model:value="queryForm.keywords" placeholder="物料/库位/容器"/>
<a-button class="button-style" type="primary" @click="onSearch" v-privilege="'task:query'"></a-button>
<a-button class="button-style" type="default" @click="resetQuery" v-privilege="'task:query'"></a-button>
</div>
@ -126,7 +126,7 @@ const defaultQueryForm = {
pageNum: 1,
pageSize: PAGE_SIZE,
asnId: 0,
keyword: undefined,
keywords: undefined,
taskType: 'ASN'//
}