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