yusheng 1 éve
szülő
commit
ef0bd3d2d0

+ 4 - 1
src/views/purchasingManage/inquiryManage/components/inventoryTable.vue

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