in paramter: {{encodeURIComponent(btoa( inventoryTable.selectedRow.data.batch_number))}}
but in api url : it show diffrent value " %253D" as "%3D"
could be a bug.
in paramter: {{encodeURIComponent(btoa( inventoryTable.selectedRow.data.batch_number))}}
but in api url : it show diffrent value " %253D" as "%3D"
could be a bug.
solved, the url parameter automatically url encoded, do not need do it again.