Moss hai 1 ano
pai
achega
598adc7442

+ 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');