yusheng преди 1 година
родител
ревизия
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) {
-        let ids = row.supplierList.map((item) => item.id);
+        let ids = row.supplierIds
         if (ids.length > 0 && ids.includes(value)) {
           return row;
         }