修复bug。

This commit is contained in:
tengge1 2019-07-15 22:10:01 +08:00
parent 076ccae623
commit cf34aee98d

View File

@ -76,7 +76,7 @@ class BasicComponent extends React.Component {
app.call(`objectChanged`, this, this.selected);
}
handleChangeVisible(name, value, event) {
handleChangeVisible(value) {
this.selected.visible = value;
app.call(`objectChanged`, this, this.selected);
}