yusheng 1 год назад
Родитель
Сommit
df9ada6d64
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/bpm/handleTask/components/inquiryManage/inventoryTable.vue

+ 1 - 1
src/views/bpm/handleTask/components/inquiryManage/inventoryTable.vue

@@ -571,7 +571,7 @@
         });
         });
       },
       },
       filterMethod(value, row, column) {
       filterMethod(value, row, column) {
-        let ids = row.supplierList.map((item) => item.id);
+        let ids = row.supplierIds
         if (ids.length > 0 && ids.includes(value)) {
         if (ids.length > 0 && ids.includes(value)) {
           return row;
           return row;
         }
         }