This commit is contained in:
2020-02-11 23:55:49 +00:00
parent 1e58bc66f6
commit 018aa0472e

View File

@@ -3353,7 +3353,7 @@ RELATIVE TOKEN EXAMPLE:
DataFilterActive.value = true;
dfilter.Add(DataFilterActive);
d.filter = dfilter.ToString();//it expects it to be a json string, not actual json
// d.filter = dfilter.ToString();//it expects it to be a json string, not actual json
// a = await Util.PostAsync("DataListFilter", await Util.GetTokenAsync("BizAdminFull"), d.ToString());
// Util.ValidateDataReturnResponseOk(a);