无人机管理后台前端(已迁走)
shuishen
2025-06-20 c74d671e4799ee25db960aea2bcda0044dccf617
feat:设备管理修改done位置调整
1 files modified
10 ■■■■ changed files
src/views/device/airport.vue 10 ●●●● patch | view | raw | blame | history
src/views/device/airport.vue
@@ -1009,18 +1009,12 @@
          const data = res.data.data
          this.form = {
            ...data,
            area_code: this.getFullAreaCode(data.area_code),
            duration_of_insurance: [data?.insure_start_time || '', data?.insure_expired_time || '']
          }
          // {
          //   ...data,
          //   area_code: this.getFullAreaCode(data.area_code),
          // }
          console.log(this.form, this.data, 11111111111111, res)
          done()
        })
      }
    },