diff --git a/src/main.js b/src/main.js
index 762ef18e..aacc85f9 100644
--- a/src/main.js
+++ b/src/main.js
@@ -440,22 +440,22 @@ async function VueInit() {
done()
}, 500)
}
- if (eval(process.env.VUE_APP_LOCK_FOR_PERMISSION_MFA)) {
- sendMFAEmail({ UserId: my_userid, MfaType: 1 }).then((res) => {
- done();
- Vue.prototype.$MFA({
- status: "lock",
- UserId: my_userid,
- EMail: res.Result,
- username: my_username,
- callBack: () => {
- closeLock(_vm)
- },
- })
- })
- } else {
- closeLock(_vm)
- }
+ // if (eval(process.env.VUE_APP_LOCK_FOR_PERMISSION_MFA)) {
+ // sendMFAEmail({ UserId: my_userid, MfaType: 1 }).then((res) => {
+ // done();
+ // Vue.prototype.$MFA({
+ // status: "lock",
+ // UserId: my_userid,
+ // EMail: res.Result,
+ // username: my_username,
+ // callBack: () => {
+ // closeLock(_vm)
+ // },
+ // })
+ // })
+ // } else {
+ closeLock(_vm)
+ // }
} else {
// console.log(111)
diff --git a/src/views/trials/trials-panel/enrolled-reviewers/list/index.vue b/src/views/trials/trials-panel/enrolled-reviewers/list/index.vue
index 82736cab..681469d5 100644
--- a/src/views/trials/trials-panel/enrolled-reviewers/list/index.vue
+++ b/src/views/trials/trials-panel/enrolled-reviewers/list/index.vue
@@ -272,20 +272,22 @@
-
+
- {{ $t('common:button:cancel') }}
-
-
- {{ $t('common:button:save') }}
-
+ >
+ {{ $t('common:button:cancel') }}
+
+
+ {{ $t('common:button:save') }}
+
+
diff --git a/src/views/trials/trials-panel/setting/trial-config/components/clinicalDataForm.vue b/src/views/trials/trials-panel/setting/trial-config/components/clinicalDataForm.vue
index 53c17d04..2482885e 100644
--- a/src/views/trials/trials-panel/setting/trial-config/components/clinicalDataForm.vue
+++ b/src/views/trials/trials-panel/setting/trial-config/components/clinicalDataForm.vue
@@ -16,10 +16,12 @@
-
@@ -27,7 +29,7 @@
v-model="form.ClinicalDataSetName"
:disabled="data.IsFromSystemData === true"
/>
-
+ -->