Browse Source

deploy

master
Soleilw 3 weeks ago
parent
commit
c50e2bdcd2

+ 1
- 1
dist/index.html View File

</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="/umi.1a576ff3.js"></script>
<script src="/umi.d79b5ae3.js"></script>
</body> </body>
</html> </html>

+ 1
- 0
dist/p__Publichouse__index.67ab337b.async.js
File diff suppressed because it is too large
View File


+ 0
- 1
dist/p__Publichouse__index.d11084df.async.js
File diff suppressed because it is too large
View File


dist/umi.d79b5ae3.js
File diff suppressed because it is too large
View File


+ 2
- 1
src/components/Render/Main/Publichouse/table/index.tsx View File

{ {
title: '户口编号', title: '户口编号',
dataIndex: 'code', dataIndex: 'code',
search: false,
}, },
{ {
title: '姓名', title: '姓名',
pagesize: pageSize, pagesize: pageSize,
sort: 'id', sort: 'id',
sortby: 'desc', sortby: 'desc',
keyword: `${params.name ? params.name : ''}${params.code ? params.code :''}`,
keyword: params.name,
}).then(res => { }).then(res => {
setList(res.data.talentsInfos) setList(res.data.talentsInfos)
setTotal(res.data.total) setTotal(res.data.total)

Loading…
Cancel
Save