This commit is contained in:
2021-01-13 17:55:16 +00:00
parent cdcd5cef93
commit 68a786b9fe

View File

@@ -203,6 +203,27 @@ export default {
}
let urlParams =
"?ayaType=" + vm.ayaType + "&preId=" + vm.value + variantSegment;
/*
[FromBody]
public AyaType AyaType { get; set; }
[FromBody]
public string Query { get; set; }
[FromBody]
public bool Inactive { get; set; }
[FromBody]
public List<long> PreselectedIds { get; set; }
[FromBody]
public string ListVariant { get; set; }
//"{\"ayaType\":8,\"preselectedIds\":[1,3,5,7]}"
}
*/
vm.getList(urlParams);
}
},