소스 검색

no message

Moss 1 년 전
부모
커밋
598adc7442
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/mallManagement/order/offline_order_list/index.vue

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

@@ -1419,7 +1419,7 @@ export default {
         pageSize: -1,
         params: [
           {param: 'small_id', compare: '=', value: smallId},
-          // {param: 'type_attribute', compare: '=', value: 'SPEC'}
+          {param: 'status', compare: '=', value: 'ON'}
         ]
       }).then(res => {
         this.specList = res.data.records.filter(o => o.typeAttribute == 'SPEC');