zhangjie 2 năm trước cách đây
mục cha
commit
eeaa7f30f7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
       );
     },