存储Key增加了默认,个性化时再指定

This commit is contained in:
thinkgem
2024-01-08 15:25:22 +08:00
parent 0b7eb4138e
commit faba69ca6d

View File

@@ -14,7 +14,6 @@
<template> <template>
<FormPage <FormPage
:config="formSettings" :config="formSettings"
:storeKey="'${moduleName}${isNotEmpty(subModuleName)?'-'+subModuleName:''}-${className}-route'"
:okAuth="'${permissionPrefix}:edit'" :okAuth="'${permissionPrefix}:edit'"
:loading="loadingRef" :loading="loadingRef"
@close="handleClose" @close="handleClose"