存储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>
<FormPage
:config="formSettings"
:storeKey="'${moduleName}${isNotEmpty(subModuleName)?'-'+subModuleName:''}-${className}-route'"
:okAuth="'${permissionPrefix}:edit'"
:loading="loadingRef"
@close="handleClose"