king
2024-04-05 f5130f2469384b423043a111223b518e78f43075
src/tabviews/zshare/actionList/printbutton/index.jsx
@@ -915,6 +915,9 @@
              _param.username = sessionStorage.getItem('User_Name') || ''
              _param.fullname = sessionStorage.getItem('Full_Name') || ''
            }
            if (btn.dataM === 'true') {
              _param.dataM = sessionStorage.getItem('dataM') === 'true' ? 'Y' : ''
            }
  
            return _param
          })