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