xzw il y a 3 ans
Parent
commit
40e6bce2d8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      main.js

+ 1 - 1
main.js

@@ -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)=>{
                     return {
                         id: t.id,
                         matrix: this.getTransformationMatrix(t);