无人机管理后台前端(已迁走)
张含笑
2025-07-05 0dc83da516b2d7776ae37d6f6cbd77b74c517786
feat:时间工单-新建工单弹框关闭清除数据
1 files modified
11 ■■■■■ changed files
src/views/tickets/ticket.vue 11 ●●●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue
@@ -1349,6 +1349,17 @@
        if (response.data.code === 0) {
          this.$message.success('草稿保存成功')
          this.dialogVisible = false
          this.form={
        name: '',
        type: '',
        department: '',
        handler: '',
        algorithm: [], // 关联算法改为数组
        location: [], // 将存储为[经度, 纬度, 地址]格式
        address: '',
        photos: [],
        content: '', // 新增字段,用于存储后端返回的 content
      },
          this.fetchTableData()
        } else {
          throw new Error(response.data.msg || '保存失败')