Browse Source

Merge branch 'feature/eta_1.6.9' into debug

hsun 1 year ago
parent
commit
3dff5536f5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      controllers/speech_recognition/speech_recognition_tag.go

+ 2 - 0
controllers/speech_recognition/speech_recognition_tag.go

@@ -92,6 +92,7 @@ func (this *SpeechRecognitionTagController) Add() {
 		return
 	}
 
+	br.Data = tagOb.SpeechRecognitionTagId
 	br.Ret = 200
 	br.Success = true
 	br.Msg = "操作成功"
@@ -174,6 +175,7 @@ func (this *SpeechRecognitionTagController) Edit() {
 		return
 	}
 
+	br.Data = tagItem.SpeechRecognitionTagId
 	br.Ret = 200
 	br.Success = true
 	br.Msg = "操作成功"