无人机管理后台前端(已迁走)
rjg
2025-06-06 311a182879165a05fe3e179547ba344fde6c9141
src/views/device/components/devicePerShare.vue
@@ -46,8 +46,6 @@
      option: {
        lazy: true,
        tree: true,
        height: 'auto',
        calcHeight: 32,
        dialogWidth: 750,
        tip: false,
        searchShow: true,
@@ -176,7 +174,7 @@
      // 添加毫秒级时间戳
      row['createTime'] = Date.now();
      row['deviceSn'] = this.deviceSn;
      add(row).then(
        () => {
          this.initFlag = false;
@@ -309,4 +307,4 @@
.firmware_status:hover {
  cursor: pointer;
}
</style>
</style>