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

This commit is contained in:
thinkgem
2024-01-08 15:25:41 +08:00
parent f068bd9c90
commit 7ed84e48cf

View File

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