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