king
2024-04-05 f5130f2469384b423043a111223b518e78f43075
src/tabviews/zshare/actionList/excelInbutton/index.jsx
@@ -408,6 +408,9 @@
        param.username = sessionStorage.getItem('User_Name') || ''
        param.fullname = sessionStorage.getItem('Full_Name') || ''
      }
      if (btn.dataM === 'true') {
        param.dataM = sessionStorage.getItem('dataM') === 'true' ? 'Y' : ''
      }
      Api.genericInterface(param).then((res) => {
        if (res.status) {