src/tabviews/zshare/actionList/excelInbutton/index.jsx
@@ -256,7 +256,7 @@ if (btn.intertype === 'system') { // 系统存储过程 param.func = 'sPC_TableData_InUpDe' if (this.props.dataManager) { // 数据权限 if (sessionStorage.getItem('dataM') === 'true') { // 数据权限 result.sql = result.sql.replace(/\$@/ig, '/*') result.sql = result.sql.replace(/@\$/ig, '*/') result.bottom = result.bottom.replace(/\$@/ig, '/*') @@ -422,8 +422,7 @@ const mapStateToProps = (state) => { return { menuType: state.editLevel, dataManager: state.dataManager menuType: state.editLevel } }