iscs Button hideType 赋值调整

This commit is contained in:
fan 2021-04-07 09:27:31 +08:00
parent 9a84b61e5a
commit 2d5b863231

View File

@ -156,7 +156,7 @@ export default {
this.form.textColorActive = model.textColorActive || '#000';
this.form.fillColor = model.fillColor;
this.form.fillColorActive = model.fillColorActive;
this.hideType = model.hideType;
this.form.hideType = model.hideType;
}
}
},