mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-28 16:57:11 +08:00
@@ -6,7 +6,7 @@ const useDictStore = defineStore('dict', {
|
|||||||
actions: {
|
actions: {
|
||||||
// 获取字典
|
// 获取字典
|
||||||
getDict(_name: string) {
|
getDict(_name: string) {
|
||||||
if (_name === null && _name === '') {
|
if (_name == null || _name === '') {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user