瀏覽代碼

供应商筛选

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