+
-
-
+ ">
+
+
{{
@@ -518,67 +318,36 @@
$t(`trials:check:radio:${currentRow.type}reason${2}`)
}}
- {{
- $t(`trials:check:radio:${currentRow.type}reason${3}`)
- }}
+ {{
+ $t(`trials:check:radio:${currentRow.type}reason${3}`)
+ }}
- {{
- $t(`trials:check:radio:${currentRow.type}reason${4}`)
- }}
+ {{
+ $t(`trials:check:radio:${currentRow.type}reason${4}`)
+ }}
-
-
+
+
@@ -707,13 +476,13 @@ export default {
handleExport(type) {
if (type === 1) {
getDicomAndNoneDicomStudyList_Export(this.searchData)
- .then((res) => {})
+ .then((res) => { })
.catch(() => {
this.loading = false
})
} else {
getConsistencyVerificationList_Export(this.searchData)
- .then((res) => {})
+ .then((res) => { })
.catch(() => {
this.loading = false
})
@@ -901,9 +670,8 @@ export default {
// 问题无法解决强制关闭质疑,已提醒中心下次注意
this.QuestionForm.Reason = `${this.$t(
'trials:qcQuality:message:problemNotSolved'
- )}
${this.$t('trials:consistencyCheck:title:note')}${
- this.QuestionForm.Remake
- }`
+ )}
${this.$t('trials:consistencyCheck:title:note')}${this.QuestionForm.Remake
+ }`
}
var params = {
SubjectVisitId: row.Id,
@@ -967,7 +735,7 @@ export default {
.then(() => {
this.apply()
})
- .catch(() => {})
+ .catch(() => { })
},
apply() {
this.loading = true
@@ -1050,6 +818,7 @@ export default {