#
luxiaotao1123
2024-02-26 25d899c51835dbae2fa336b8b7d7a863a078b210
zy-asrs-framework/src/main/resources/templates/react/Index.txt
@@ -14,7 +14,7 @@
import { statusMap } from '@/utils/enum-util'
import { repairBug } from '@/utils/common-util';
const TABLE_KEY = "pro-table-role";
const TABLE_KEY = 'pro-table-@{SIMPLEENTITYNAME}';
const handleSave = async (val) => {
    const hide = message.loading('正在添加');
@@ -227,6 +227,7 @@
                        persistenceKey: TABLE_KEY,
                        persistenceType: 'localStorage',
                        defaultValue: {
                            memo: { show: repairBug(TABLE_KEY, 'memo', false) },
                            option: { fixed: 'right', disable: true },
                        },
                        onChange(value) {