#
luxiaotao1123
2024-02-24 d86db78f18c03d97b7b856fd37cd10d6297eecc7
zy-asrs-flow/src/pages/system/host/index.jsx
@@ -11,6 +11,9 @@
import Http from '@/utils/http';
import Edit from './components/edit'
import { TextFilter, SelectFilter, DatetimeRangeFilter, LinkFilter } from '@/components/TableSearch'
import { repairBug } from '@/utils/common-util';
const TABLE_KEY = "pro-table-host";
const handleSave = async (val) => {
    const hide = message.loading('正在添加');
@@ -219,7 +222,11 @@
    ];
    return (
        <PageContainer>
        <PageContainer
            header={{
                breadcrumb: {},
            }}
        >
            <div style={{ width: '100%', float: 'right' }}>
                <ProTable
                    key="host"
@@ -286,7 +293,7 @@
                        }
                    }}
                    columnsState={{
                        persistenceKey: 'pro-table-host',
                        persistenceKey: TABLE_KEY,
                        persistenceType: 'localStorage',
                        defaultValue: {
                            option: { fixed: 'right', disable: true },