Исправил ошибку с undefined вместо значений полей запросов через service/request

This commit is contained in:
SleepWalker 2016-02-27 21:26:08 +02:00
parent 7e7a31a672
commit ced721af24

View File

@ -10,6 +10,8 @@ function convertQueryValue(value) {
if (value === false) {
return 0;
}
return value;
}
function buildQuery(data) {