소스 검색

供应商筛选

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