Commit 42548322 authored by 皮倩雯's avatar 皮倩雯

取消数据字典分页

parent b36e2c66
Pipeline #39999 passed with stages
in 25 minutes 17 seconds
......@@ -130,7 +130,7 @@ const AddFlowsModal = props => {
let a1 = [];
let a2;
let a3 = [];
initialArr.data.map(i => {
initialArr.map(i => {
// console.log(i.groupType)
a2 = i.groupType;
// console.log(a2)
......
......@@ -796,7 +796,7 @@ const AddModal = props => {
let a1 = [];
let a2;
let a3 = [];
initialArr.data.map(i => {
initialArr.map(i => {
// console.log(i.groupType)
a2 = i.groupType;
// console.log(a2)
......
......@@ -344,7 +344,7 @@ const ChangeAddFlows = props => {
forceRender
getContainer={false}
>
<Search
{/* <Search
style={{
width: 260,
marginRight: '20px',
......@@ -366,7 +366,7 @@ const ChangeAddFlows = props => {
// }}
>
重置
</Button>
</Button> */}
{visible && (
<div className={styles.listCard1}>
<div className={styles.cardItem1}>
......@@ -419,7 +419,7 @@ const ChangeAddFlows = props => {
</div>
</div>
)}
<Pagination
{/* <Pagination
total={total}
showTotal={item => `共 ${item} 条`}
defaultPageSize={pageSize}
......@@ -429,7 +429,7 @@ const ChangeAddFlows = props => {
style={{ marginBottom: '10px' }}
size="small"
showQuickJumper
/>
/> */}
</Modal>
);
};
......
......@@ -740,7 +740,7 @@ const AddModal = props => {
forceRender
getContainer={false}
>
<Search
{/* <Search
style={{
width: 260,
marginRight: '20px',
......@@ -762,7 +762,7 @@ const AddModal = props => {
// }}
>
重置
</Button>
</Button> */}
{visible && (
<div className={styles.listCard1}>
<div className={styles.cardItem1}>
......@@ -819,7 +819,7 @@ const AddModal = props => {
</div>
</div>
)}
<Pagination
{/* <Pagination
total={total}
showTotal={item => `共 ${item} 条`}
defaultPageSize={pageSize}
......@@ -829,7 +829,7 @@ const AddModal = props => {
style={{ marginBottom: '10px' }}
size="small"
showQuickJumper
/>
/> */}
</Modal>
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment