Browse Source

no message

linwenxin 5 months ago
parent
commit
263edce813
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/workOrder/workOrderPool/index.vue

+ 1 - 0
src/views/workOrder/workOrderPool/index.vue

@@ -531,6 +531,7 @@ export default {
         if (pam.orderStatus) {
           if (pam.orderStatus === 'YWGO') {
             pam.params.push({ param: 'a.order_status', compare: '=', value: ['YWG', 'YWGO'] })
+            pam.orderStatus = ''
           } else {
             pam.params.push({ param: 'a.order_status', compare: '=', value: pam.orderStatus })
           }