fix error

This commit is contained in:
2020-07-12 13:19:39 +07:00
parent 0df9551a02
commit e132f3b5c9

View File

@@ -1,5 +1,14 @@
var rep_eva02_API = "/api/rep_eva02/";
function array_to_string_comma(a) {
var x = "";
$.each(a, function (index, value) {
if (x !== "") x += ",";
x += value;
});
return x;
}
//================= Search Customizaiton =========================================
function rep_eva02_GetSearchParameter(fileType) {