From 04e01817375035787aa3ec975b9fbe9814b006ee Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Fri, 28 Nov 2025 13:49:38 +0800 Subject: [PATCH] 1.选择版材,默认进来不根据sProductId过滤 --- src/mes/common/commonModelComponent/index.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/mes/common/commonModelComponent/index.js b/src/mes/common/commonModelComponent/index.js index 35c92d8..ffe8dc4 100644 --- a/src/mes/common/commonModelComponent/index.js +++ b/src/mes/common/commonModelComponent/index.js @@ -199,14 +199,14 @@ const useCommonModelEvent = props => { if (tableList[0] === "Knifetable") { const globalData = commonUtils.getAppData("globalData"); - const bFilter = [ - { - bFilterCondition: "=", - bFilterName: "sProductId", - bFilterValue: globalData.currentWorkOrderInfo?.sProductId - } - ]; - addState["KnifetableFilter"] = bFilter; + // const bFilter = [ + // { + // bFilterCondition: "=", + // bFilterName: "sProductId", + // bFilterValue: globalData.currentWorkOrderInfo?.sProductId + // } + // ]; + // addState["KnifetableFilter"] = bFilter; addState.refreshTableList = ["Knifetable"]; } -- libgit2 0.22.2