|
@@ -539,6 +539,7 @@ export default {
|
|
|
this.showErrorReportDialog = false
|
|
this.showErrorReportDialog = false
|
|
|
videoErrorReport(this.errorReportForm).then(resp => {
|
|
videoErrorReport(this.errorReportForm).then(resp => {
|
|
|
if (resp.code === 0) {
|
|
if (resp.code === 0) {
|
|
|
|
|
+ this.errorReportForm.errorCode = null
|
|
|
this.$notify({
|
|
this.$notify({
|
|
|
title: '提示',
|
|
title: '提示',
|
|
|
message: '视频错误已提交',
|
|
message: '视频错误已提交',
|