无人机管理后台前端(已迁走)
zhongrj
2025-01-06 75acb049cf36dbc55006e2476f790765c65dfd51
gsd 参数名修改
1 files modified
2 ■■■ changed files
src/views/odm/task.vue 2 ●●● patch | view | raw | blame | history
src/views/odm/task.vue
@@ -275,7 +275,7 @@
  methods: {
    // 立即处理
    atHandle(row) {
      createOdmTask(row.waylineJobId,row.ortRes).then(
      createOdmTask(row.waylineJobId,row.gsd).then(
        () => {
          this.onLoad(this.page);
          this.$message({