can"t you write this way to get the dynamic key value?
let params= this.search.content;
let params2= this.search.type;
try {
let ret = await this.$Api.Sysconf.ExPro.Query (
{
pageSize: this.pageSize,
pageNumber:page,
params2:params
})
this params2 gets "version". How to remove the double quotation marks