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

增加打印二维码

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