@@ -314,7 +314,7 @@ export default {
return (
(item.mode !== "READONLY" && privilege) ||
- (this.checkPrivilege("PROPERTY_BASELINE_EDIT", this.appa.id) &&
+ (this.checkPrivilege("PROPERTY_BASELINE_EDIT", this.app.id) &&
this.IS_BASELINE)
);
},