This commit is contained in:
@@ -203,6 +203,27 @@ export default {
|
|||||||
}
|
}
|
||||||
let urlParams =
|
let urlParams =
|
||||||
"?ayaType=" + vm.ayaType + "&preId=" + vm.value + variantSegment;
|
"?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);
|
vm.getList(urlParams);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user