linwenxin 10 месяцев назад
Родитель
Сommit
e95c84dc2c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/mallManagement/order/order_list/index.vue

+ 1 - 1
src/views/mallManagement/order/order_list/index.vue

@@ -1452,7 +1452,7 @@ export default {
       var v = tab.$options.propsData.name
       if (['DFH'].includes(v)) {
         this.screenForm.payStatus = ''
-        this.screenForm.orderStatus = ['DFH', 'SPTG']
+        this.screenForm.orderStatus = 'DFH,SPTG'
       } else if (['NOPAY', 'DQR', 'DFH', 'YFH', 'OVER', 'CLOSE', 'CANCEL', 'TIMEOUT'].includes(v)) {
         this.screenForm.payStatus = ''
         this.screenForm.orderStatus = v