src/tabviews/zshare/actionList/excelInbutton/index.jsx
@@ -194,7 +194,7 @@ /** * @description Excel 导入 */ getexceldata = (data, errors, sheetName) => { getexceldata = (data, errors, sheetName, errDetail) => { const { btn } = this.props if (errors) { @@ -213,7 +213,7 @@ } else if (errors === 'headerError') { notification.warning({ top: 92, message: '工作表《' + sheetName + '》表头设置错误,请检查表头中的名称及顺序,与按钮Excel列信息是否一致!', message: `工作表《${sheetName}》表头错误,${errDetail}`, duration: 5 }) }