无人机管理后台前端(已迁走)
罗广辉
2025-05-29 2045f3ec13a528e1acf6961da156c5204974e3bd
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>