diff --git a/src/views/business/study/comp/jhbd/Fh.vue b/src/views/business/study/comp/jhbd/Fh.vue
index a498b11..dad7c50 100644
--- a/src/views/business/study/comp/jhbd/Fh.vue
+++ b/src/views/business/study/comp/jhbd/Fh.vue
@@ -189,7 +189,10 @@ export default {
},
getJjcgjList(val) {
this.$modal.loading()
- studyFormPlan_jcgj(_.merge({}, this.queryParamsJcgj, val)).then(response => {
+ if(val){
+ this.queryParamsJcgj=_.merge({}, this.queryParamsJcgj, val)
+ }
+ studyFormPlan_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/jhbd/Sy.vue b/src/views/business/study/comp/jhbd/Sy.vue
index c42c1e6..0ace067 100644
--- a/src/views/business/study/comp/jhbd/Sy.vue
+++ b/src/views/business/study/comp/jhbd/Sy.vue
@@ -145,7 +145,10 @@ export default {
methods: {
getJjcgjList(val) {
this.$modal.loading()
- studyFormPlan_jcgj(_.merge({}, this.queryParamsJcgj, val)).then(response => {
+ if(val){
+ this.queryParamsJcgj=_.merge({}, this.queryParamsJcgj, val)
+ }
+ studyFormPlan_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/jhbd/Xq.vue b/src/views/business/study/comp/jhbd/Xq.vue
index 7bd5222..2a26334 100644
--- a/src/views/business/study/comp/jhbd/Xq.vue
+++ b/src/views/business/study/comp/jhbd/Xq.vue
@@ -345,7 +345,10 @@ export default {
},
getJjcgjList(val) {
this.$modal.loading()
- studyFormPlan_jcgj(_.merge({}, this.queryParamsJcgj, val)).then(response => {
+ if(val){
+ this.queryParamsJcgj=_.merge({}, this.queryParamsJcgj, val)
+ }
+ studyFormPlan_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/sqbd/Fh.vue b/src/views/business/study/comp/sqbd/Fh.vue
index 4251a32..b00dd00 100644
--- a/src/views/business/study/comp/sqbd/Fh.vue
+++ b/src/views/business/study/comp/sqbd/Fh.vue
@@ -190,7 +190,10 @@ export default {
},
getJjcgjList(val) {
this.$modal.loading()
- studyFormApply_jcgj(_.merge({}, this.queryParamsJcgj, val)).then(response => {
+ if(val){
+ this.queryParamsJcgj=_.merge({}, this.queryParamsJcgj, val)
+ }
+ studyFormApply_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/sqbd/Sh.vue b/src/views/business/study/comp/sqbd/Sh.vue
index 9654484..902a8dc 100644
--- a/src/views/business/study/comp/sqbd/Sh.vue
+++ b/src/views/business/study/comp/sqbd/Sh.vue
@@ -165,7 +165,10 @@ export default {
getJjcgjList(val) {
this.$modal.loading()
- studyFormApply_jcgj(_.merge({}, this.queryParamsJcgj, val)).then(response => {
+ if(val){
+ this.queryParamsJcgj=_.merge({}, this.queryParamsJcgj, val)
+ }
+ studyFormApply_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/sqbd/Sy.vue b/src/views/business/study/comp/sqbd/Sy.vue
index 52e1575..7c8bc07 100644
--- a/src/views/business/study/comp/sqbd/Sy.vue
+++ b/src/views/business/study/comp/sqbd/Sy.vue
@@ -148,7 +148,10 @@ export default {
methods: {
getJjcgjList(val) {
this.$modal.loading()
- studyFormApply_jcgj(_.merge({}, this.queryParamsJcgj, val)).then(response => {
+ if(val){
+ this.queryParamsJcgj=_.merge({}, this.queryParamsJcgj, val)
+ }
+ studyFormApply_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/sqbd/Xq.vue b/src/views/business/study/comp/sqbd/Xq.vue
index abc3c25..c406bf5 100644
--- a/src/views/business/study/comp/sqbd/Xq.vue
+++ b/src/views/business/study/comp/sqbd/Xq.vue
@@ -346,7 +346,10 @@ export default {
},
getJjcgjList(val) {
this.$modal.loading()
- studyFormApply_jcgj(_.merge({}, this.queryParamsJcgj, val)).then(response => {
+ if(val){
+ this.queryParamsJcgj=_.merge({}, this.queryParamsJcgj, val)
+ }
+ studyFormApply_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/Bj.vue b/src/views/business/study/comp/tbbd/Bj.vue
index 568867c..f4fde38 100644
--- a/src/views/business/study/comp/tbbd/Bj.vue
+++ b/src/views/business/study/comp/tbbd/Bj.vue
@@ -46,7 +46,7 @@