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