无人机管理后台前端(已迁走)
张含笑
2025-08-01 e8cde67a4d9d5ae1b4c501172e0a7a51394d4c39
feat:智飞工单清空
2 files modified
7 ■■■■ changed files
src/views/tickets/orderLog.vue 6 ●●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue 1 ●●●● patch | view | raw | blame | history
src/views/tickets/orderLog.vue
@@ -706,6 +706,8 @@
  mounted () {
    this.fetchTableData()
    const id = this.$route.query.id
    console.log('idddddd',id);
    if (id) {
      // 确保 id 存在
      this.handleViewDetail({ id })
@@ -1063,7 +1065,6 @@
        : (this.detailTitle = '编辑工单')
      this.detailVisible = true
      // 更新航线列表,追加 wayline_file_region_vo 数据
      if (data.wayline_file_region_vo) {
        const newWayline = data.wayline_file_region_vo
@@ -1079,6 +1080,9 @@
      }
      this.initMapLine(data.device_map_infos)
            const find = this.$store.state.tags.bsTagList.find(i => i.path === '/tickets/orderLog')
        find && (find.query = {})
    },
    async handleCheckDetail (row) {
      const response = await orderLogDetails(row.id)
src/views/tickets/ticket.vue
@@ -1139,7 +1139,6 @@
          find && (find.query = {})
        });
        console.log('orderNumber', orderNumber);
      }
    }