소스 검색

供应商筛选

yusheng 1 년 전
부모
커밋
ef0bd3d2d0
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/views/purchasingManage/inquiryManage/components/inventoryTable.vue

+ 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;
         }