修复了子路由模式下两个keepalive相互切换 keepalive失效的问题
This commit is contained in:
@@ -357,7 +357,7 @@ export default {
|
||||
const fdTypes = ["string", "int", "bool", "float64", "time.Time"];
|
||||
fdTypes.map(async fdtype => {
|
||||
const res = await getDict(fdtype);
|
||||
res.map(item => {
|
||||
res&&res.map(item => {
|
||||
this.fdMap[item.label] = fdtype;
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user