无人机管理后台前端(已迁走)
rjg
2025-04-14 9e7b9c04609ba8595ea45eea732b312fcb387151
src/views/device/components/devicePerShare.vue
@@ -173,7 +173,10 @@
      });
    },
    rowSave(row, done, loading) {
      row['device_sn'] = this.deviceSn;
      // 添加毫秒级时间戳
      row['createTime'] = Date.now();
      row['deviceSn'] = this.deviceSn;
      add(row).then(
        () => {
          this.initFlag = false;
@@ -281,7 +284,7 @@
      this.getLoadPage(this.page, this.query);
    },
    getLoadPage(page, params = {}) {
      params['device_sn'] = this.deviceSn;
      params['deviceSn'] = this.deviceSn;
      this.loading = true;
      getList(page.currentPage, page.pageSize, params).then(res => {
        const data = res.data.data;