diff --git a/src/views/productManagement/ProWorkorder/index.vue b/src/views/productManagement/ProWorkorder/index.vue index a6ea045..e977cbc 100644 --- a/src/views/productManagement/ProWorkorder/index.vue +++ b/src/views/productManagement/ProWorkorder/index.vue @@ -95,9 +95,9 @@ - + @@ -424,8 +424,8 @@ const queryParams = reactive({ workorderDate: [proxy.dayjs(), proxy.dayjs()], status: -1, materialCode: '', - sort: 'sort', - sortType: 'asc' + sort: '', + sortType: '' }) const columns = ref([]) const total = ref(0)