11wqe1 2 달 전
부모
커밋
2ea16110f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/dialog/permissionSettingDialog.vue

+ 1 - 1
src/components/dialog/permissionSettingDialog.vue

@@ -2466,7 +2466,7 @@ export default {
 				_max = 4;
 			} else if (this.tagType == "admin-feature") {
 				_list = this.form.admin.CampusF.appList ? this.form.admin.CampusF.appList : [];
-				_max = 8;
+				_max = 100;
 			}
 			this.$refs.selectAppDialogRef.open({
 				select: _list,