diff --git a/src/views/basic/workplace/addBusTypeDialog.vue b/src/views/basic/workplace/addBusTypeDialog.vue index 8e953d21..b3c8da76 100644 --- a/src/views/basic/workplace/addBusTypeDialog.vue +++ b/src/views/basic/workplace/addBusTypeDialog.vue @@ -73,7 +73,7 @@ > - + diff --git a/src/views/collect/selectCollectOrderDialog.vue b/src/views/collect/selectCollectOrderDialog.vue index 774b4300..d0a56098 100644 --- a/src/views/collect/selectCollectOrderDialog.vue +++ b/src/views/collect/selectCollectOrderDialog.vue @@ -319,7 +319,12 @@ export default { this.showSearch = !this.showSearch; }, onReset() { - this.filterQuery = {}; + this.filterQuery = { + billNo: null, + page: 1, + limit: 10, + tagStatusList: [0,1,2,4,-1] // 0:原始单据未处理,1:已分配工位待处理;2:处理中;4:处理异常,-1:草稿,挂起状态 + }; this.actDateRange = []; this.getList(); },