diff --git a/src/components/Dicom/DicomViewer.vue b/src/components/Dicom/DicomViewer.vue
index c2167313..20b902c0 100644
--- a/src/components/Dicom/DicomViewer.vue
+++ b/src/components/Dicom/DicomViewer.vue
@@ -24,9 +24,9 @@
$t('DicomViewer:anonymous:Comparison') }}
{{
+
{{
$t('DicomViewer:anonymous:Recovery') }}
-
{{
+
{{
$t('DicomViewer:anonymous:RecoveryAll') }}
@@ -562,8 +562,8 @@ export default {
],
imageIds: [newImageId]
}, serie)
- this.$refs[`dicomCanvas0`].loadImageStack(dicomCanvas0_info, this.$t('DicomViewer:anonymous:before'))
- this.$refs[`dicomCanvas1`].loadImageStack(dicomCanvas1_info, this.$t('DicomViewer:anonymous:after'))
+ this.$refs[`dicomCanvas0`].loadImageStack(dicomCanvas0_info, this.$t('DicomViewer:anonymous:after'))
+ this.$refs[`dicomCanvas1`].loadImageStack(dicomCanvas1_info, this.$t('DicomViewer:anonymous:before'))
})
} else {
this.isComparison = f
@@ -573,7 +573,10 @@ export default {
}
},
recovery(isAll = false) {
- if (this.isComparison) return false
+ // if (this.isComparison) return false
+ if (this.isAnonymous) {
+ this.comparison(false)
+ }
this.setToolsPassive()
this.$refs[`dicomCanvas0`].getNote_RectangleRoi().then(async obj => {
let { image } = obj
diff --git a/src/main.js b/src/main.js
index cb2fc67c..5c617034 100644
--- a/src/main.js
+++ b/src/main.js
@@ -516,7 +516,7 @@ async function VueInit() {
count = 0;
isLock = null
// zzSessionStorage.removeItem('isLock')
- DicomEvent.$emit('isLock', false)
+ // DicomEvent.$emit('isLock', false)
localStorage.setItem('count', '0')
document.querySelector('#my_username').value = null
document.querySelector('#my_password').value = null
diff --git a/src/views/email-recompose/index.vue b/src/views/email-recompose/index.vue
index 61a56157..433995a9 100644
--- a/src/views/email-recompose/index.vue
+++ b/src/views/email-recompose/index.vue
@@ -22,7 +22,7 @@
-->
-
+
@@ -77,7 +77,7 @@ export default {
callback(
lang === 'zh'
? new Error(
- '1)新建账号,用户名字符长度最小为4个字符,最大为16个字符,只可使用字母、数字、下划线;'
+ '新建账号,用户名字符长度最小为4个字符,最大为16个字符,只可使用字母、数字、下划线;'
)
: new Error(
'For a new account, the username must have:1) At least 4 characters;2) At most 16 characters;3)Only letters, numbers, and underscores are allowed.'
diff --git a/src/views/system/user/components/UserInfo.vue b/src/views/system/user/components/UserInfo.vue
index ceffde1e..163e55fc 100644
--- a/src/views/system/user/components/UserInfo.vue
+++ b/src/views/system/user/components/UserInfo.vue
@@ -270,7 +270,7 @@ export default {
callback(
lang === 'zh'
? new Error(
- '1)新建账号,用户名字符长度最小为4个字符,最大为16个字符,只可使用字母、数字、下划线;'
+ '新建账号,用户名字符长度最小为4个字符,最大为16个字符,只可使用字母、数字、下划线;'
)
: new Error(
'For a new account, the username must have:1) At least 4 characters;2) At most 16 characters;3)Only letters, numbers, and underscores are allowed.'
diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue
index 89b1531d..d158198c 100644
--- a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue
+++ b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue
@@ -128,7 +128,7 @@
{{
$t('trials:reading:Segmentations:title:InactiveSegmentationsShow')
- }}
+ }}