Commit 30e913d817f4463629aee67c114abf304fd91861

Authored by chenxt
1 parent e893d03b

弹窗底部按钮走原来的功能逻辑

src/mes/common/commonOperationBarComponent/MesToolbar.js
@@ -16,6 +16,8 @@ const ToolbarFun = async (props) => { @@ -16,6 +16,8 @@ const ToolbarFun = async (props) => {
16 return true 16 return true
17 } else if (!["/indexPage/commonList", "/indexPage/commonBill"].includes(sModelType) && !bMesBill) { 17 } else if (!["/indexPage/commonList", "/indexPage/commonBill"].includes(sModelType) && !bMesBill) {
18 return false; 18 return false;
  19 + } else if (btnName.includes('btnfooter')) {
  20 + return false
19 } 21 }
20 22
21 // const { sControlName } = btnConfig; 23 // const { sControlName } = btnConfig;