fix error
This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
var rep_eva02_API = "/api/rep_eva02/";
|
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 =========================================
|
//================= Search Customizaiton =========================================
|
||||||
|
|
||||||
function rep_eva02_GetSearchParameter(fileType) {
|
function rep_eva02_GetSearchParameter(fileType) {
|
||||||
|
|||||||
Reference in New Issue
Block a user