diff --git a/src/views/trials/trials-panel/trial-summary/trial-information/index.vue b/src/views/trials/trials-panel/trial-summary/trial-information/index.vue index e85ef9b..9b8f4e7 100644 --- a/src/views/trials/trials-panel/trial-summary/trial-information/index.vue +++ b/src/views/trials/trials-panel/trial-summary/trial-information/index.vue @@ -188,6 +188,12 @@ export default { this.formLoading = false this.isRight = true this.otherInfo = res.OtherInfo + if (res.Code === 5) { + this.$confirm(res.ErrorMessage, { + type: 'warning', + showCancelButton: false, + }) + } if (!res.OtherInfo) { this.isRight = false this.otherInfo = {