- {{ item.bh }}
-
-
-
+
+
{{ item.bh }}
+
+
+
+
+
@@ -479,7 +482,7 @@ export default {
studyType: null,
studyFormType: null,
ccwzlist: [],
- selectedDeptId:null,
+ selectedDeptId: null,
}
},
computed: {
@@ -608,9 +611,9 @@ export default {
this.templateData = deepClone(this.form)
const obj = Object.assign({}, this.$route, { title: this.$t('page.business.study.studyFormFill.xzbd') })
this.$tab.updatePage(obj);
- let name=this.studyType==1?'试验':(this.studyType==5?'非试验表单':'麻精药表单')
- let nameEn=this.studyType==1?'Study':(this.studyType==5?'Non-study':'ontrolled Drug')
- this.saveSimpleLog({jcmc:'填报表单新增',jcmcEn:'Record Create',name:name,nameEn:nameEn})
+ let name = this.studyType == 1 ? '试验' : (this.studyType == 5 ? '非试验表单' : '麻精药表单')
+ let nameEn = this.studyType == 1 ? 'Study' : (this.studyType == 5 ? 'Non-study' : 'ontrolled Drug')
+ this.saveSimpleLog({ jcmc: '填报表单新增', jcmcEn: 'Record Create', name: name, nameEn: nameEn })
this.$modal.closeLoading()
})
}
diff --git a/src/views/business/study/comp/tbbd/Fh.vue b/src/views/business/study/comp/tbbd/Fh.vue
index 4c81d1a..c03ef8c 100644
--- a/src/views/business/study/comp/tbbd/Fh.vue
+++ b/src/views/business/study/comp/tbbd/Fh.vue
@@ -191,7 +191,10 @@ export default {
},
getJjcgjList(val) {
this.$modal.loading()
- studyFormFill_jcgj(_.merge({}, this.queryParamsJcgj, val)).then(response => {
+ if(val){
+ this.queryParamsJcgj=_.merge({}, this.queryParamsJcgj, val)
+ }
+ studyFormFill_jcgj(this.queryParamsJcgj).then(response => {
this.jcgjList = response.rows
this.jcgjTotal = response.total
this.$refs.jcgjList.init(this.jcgjList)
diff --git a/src/views/business/study/comp/tbbd/Sy.vue b/src/views/business/study/comp/tbbd/Sy.vue
index e0873c0..27e9a64 100644
--- a/src/views/business/study/comp/tbbd/Sy.vue
+++ b/src/views/business/study/comp/tbbd/Sy.vue
@@ -147,7 +147,10 @@ export default {
methods: {
getJjcgjList(val) {
this.$modal.loading()
- studyFormFill_jcgj(_.merge({}, this.queryParamsJcgj, val)).then(response => {
+ if(val){
+ this.queryParamsJcgj=_.merge({}, this.queryParamsJcgj, val)
+ }
+ studyFormFill_jcgj(this.queryParamsJcgj).then(response => {
this.jcgjList = response.rows
this.jcgjTotal = response.total
this.$refs.jcgjList.init(this.jcgjList)
diff --git a/src/views/business/study/comp/tbbd/Xq.vue b/src/views/business/study/comp/tbbd/Xq.vue
index 45fdbae..0516b80 100644
--- a/src/views/business/study/comp/tbbd/Xq.vue
+++ b/src/views/business/study/comp/tbbd/Xq.vue
@@ -352,7 +352,10 @@ export default {
},
getJjcgjList(val) {
this.$modal.loading()
- studyFormFill_jcgj(_.merge({}, this.queryParamsJcgj, val)).then(response => {
+ if(val){
+ this.queryParamsJcgj=_.merge({}, this.queryParamsJcgj, val)
+ }
+ studyFormFill_jcgj(this.queryParamsJcgj).then(response => {
this.jcgjList = response.rows
this.jcgjTotal = response.total
this.$refs.jcgjList.init(this.jcgjList)
diff --git a/src/views/business/study/comp/ytbd/Xq.vue b/src/views/business/study/comp/ytbd/Xq.vue
index 778bd3b..b67449d 100644
--- a/src/views/business/study/comp/ytbd/Xq.vue
+++ b/src/views/business/study/comp/ytbd/Xq.vue
@@ -182,10 +182,16 @@ export default {
})
},
getJjcgjList(val) {
- studyFormPre_jcgj(_.merge({}, this.queryParamsJcgj, val)).then(response => {
+ this.$modal.loading()
+ if(val){
+ this.queryParamsJcgj=_.merge({}, this.queryParamsJcgj, val)
+ }
+ studyFormPre_jcgj(this.queryParamsJcgj).then(response => {
this.jcgjList = response.rows
this.jcgjTotal = response.total
this.$refs.jcgjList.init(this.jcgjList)
+ }).finally(() => {
+ this.$modal.closeLoading()
})
},
getQmxxList() {