|
@@ -208530,7 +208530,7 @@ and limitations under the License.
|
|
t.prototype.createCroppingJobDto = function() {//改成每个数据集都传一个矩阵
|
|
t.prototype.createCroppingJobDto = function() {//改成每个数据集都传一个矩阵
|
|
|
|
|
|
return {
|
|
return {
|
|
- transformation_matrix: this.selectedDatasets.map((t)=>() {
|
|
|
|
|
|
+ transformation_matrix: this.selectedDatasets.map((t)=>{
|
|
return {
|
|
return {
|
|
id: t.id,
|
|
id: t.id,
|
|
matrix: this.getTransformationMatrix(t);
|
|
matrix: this.getTransformationMatrix(t);
|