Commit 30e913d817f4463629aee67c114abf304fd91861
1 parent
e893d03b
弹窗底部按钮走原来的功能逻辑
Showing
1 changed file
with
2 additions
and
0 deletions
src/mes/common/commonOperationBarComponent/MesToolbar.js
| ... | ... | @@ -16,6 +16,8 @@ const ToolbarFun = async (props) => { |
| 16 | 16 | return true |
| 17 | 17 | } else if (!["/indexPage/commonList", "/indexPage/commonBill"].includes(sModelType) && !bMesBill) { |
| 18 | 18 | return false; |
| 19 | + } else if (btnName.includes('btnfooter')) { | |
| 20 | + return false | |
| 19 | 21 | } |
| 20 | 22 | |
| 21 | 23 | // const { sControlName } = btnConfig; | ... | ... |