提交 ceb7cec5 authored 作者: 钟是志's avatar 钟是志

增加打印二维码

上级 5c9226a8
......@@ -237,7 +237,7 @@ export default class List extends Component {
}
}
}
console.log(columns);
// console.log(columns);
const tableProps = {
rowKey: pageSearch.tableRowKey || 'id',
selectedRows: selectRows,
......
......@@ -17,7 +17,6 @@ export default class AuditPage extends Component {
handleButtonSet = () => {
const { hasBatchAudit, batchAuditButtonName, noNeedForm } = this.props;
console.log(hasBatchAudit);
return {
tab1: [
hasBatchAudit
......
......@@ -290,6 +290,7 @@ export default class List extends Component {
}
}
}
// console.log(columns);
const tableProps = {
rowKey: pageSearch.tableRowKey || 'id',
......
......@@ -217,7 +217,6 @@ const getSearchCondition = async (id, appId = undefined) => {
}
const condition = getFormArrayConfig(searchHeaders);
console.log(condition);
condition.forEach((x) => {
x.required = false;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论