mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix(amis-saas-9318): 升级amis版本
Change-Id: Id01b0653ffcea5a7b56b6af5382078fc54013c06
This commit is contained in:
parent
b049e20588
commit
5056626ef4
@ -240,6 +240,11 @@ export const MainStore = types
|
||||
return false;
|
||||
},
|
||||
|
||||
getRootId() {
|
||||
const curSchema = this.getSchema();
|
||||
return curSchema?.$$id;
|
||||
},
|
||||
|
||||
isHoved(id: string) {
|
||||
return id && self.hoverId === id;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user