| src/views/tickets/ticket.vue | ●●●●● 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 || '保存失败')