zhangjie %!s(int64=2) %!d(string=hai) anos
pai
achega
eeaa7f30f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/modules/admin/app-config/AppConfigManage.vue

+ 1 - 1
src/modules/admin/app-config/AppConfigManage.vue

@@ -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)
       );
     },