diff --git a/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/ecrf/add-or-update.vue b/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/ecrf/add-or-update.vue
index 8fe3c33..9b1d2a7 100644
--- a/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/ecrf/add-or-update.vue
+++ b/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/ecrf/add-or-update.vue
@@ -84,7 +84,7 @@ export default {
this.visible = true
this.$nextTick(() => {
this.$refs.dataForm.resetFields()
- this.dataForm.projectId = window.SITE_CONFIG['projectId']
+ this.dataForm.projectId = this.$route.query.projectId
if (this.dataForm.id) {
this.getInfo()
} else {
@@ -113,7 +113,7 @@ export default {
if (!valid) {
return false
}
- this.$http[!this.dataForm.id ? 'post' : 'put']('/crf/template', { ...this.dataForm, content: Base64.encode(this.dataForm.content) }).then(({ data: res }) => {
+ this.$http[!this.dataForm.id ? 'post' : 'put']('/project/crf/template', { ...this.dataForm, content: Base64.encode(this.dataForm.content) }).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-subject/index.vue b/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-subject/index.vue
index b5105f6..8d58b10 100644
--- a/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-subject/index.vue
+++ b/src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-subject/index.vue
@@ -59,15 +59,15 @@
-
-
-
- {{ scope.row.suggest==1 ? '符合': (scope.row.suggest==0 ? '不符合' : '无') }}
-
-
+
+
+
+
+
+
+
+
+