|
|
@@ -593,7 +593,7 @@ export default { |
|
|
tag: sampleItem.tagName, |
|
|
tag: sampleItem.tagName, |
|
|
detail: 'data', |
|
|
detail: 'data', |
|
|
step: sampleItem.curStep, |
|
|
step: sampleItem.curStep, |
|
|
dims: sampleItem.filterStr, |
|
|
|
|
|
|
|
|
dims: encodeURIComponent(sampleItem.filterStr), |
|
|
}; |
|
|
}; |
|
|
sampleItem.curMartixShowSliderValue = sampleItem.sliderValue; |
|
|
sampleItem.curMartixShowSliderValue = sampleItem.sliderValue; |
|
|
RequestService.getTensorsSample(params).then( |
|
|
RequestService.getTensorsSample(params).then( |
|
|
|