trabajando en el backend para papeles diferentes

This commit is contained in:
2024-10-15 15:41:38 +02:00
parent 52303e9185
commit 19be8591f3
6 changed files with 3227 additions and 26 deletions

View File

@ -54,6 +54,9 @@ let ClassSelect = function (domItem, url, placeholder, allowClear = false, param
this.reset = function () {
this.item.val(null).trigger("change");
};
this.setParams = function(params){
this.params = params;
};
this.getVal = function () {
return this.item.val();
};