浏览代码

no message

linwenxin 10 月之前
父节点
当前提交
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