Update dan Bugs Fix

This commit is contained in:
Pusdatin BPKD Jkt
2022-09-12 11:49:56 +07:00
parent 145f9d4c48
commit 35b4c72eb3
11 changed files with 130 additions and 126 deletions
+2 -1
View File
@@ -361,6 +361,7 @@ let subJenisDana = (idGrup)=>{
$('.sps_search').select2({
placeholder: 'Pilih DBH / DAK',
allowClear: true,
ajax: {
url: Url+'/item-search-sps?ta='+ta,
dataType: 'json',
@@ -375,7 +376,7 @@ $('.sps_search').select2({
})
};
},
cache: true
cache: true,
}
});