防止字典重复请求,减少网络请求
This commit is contained in:
parent
a6ef318fbb
commit
38162b611c
@ -51,7 +51,7 @@ export default class Dict {
|
||||
if (dictMeta === undefined) {
|
||||
return Promise.reject(`the dict meta of ${type} was not found`)
|
||||
}
|
||||
return loadDict(this, dictMeta)
|
||||
return removal(this, dictMeta)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user