@zscreate/zhxy-app-component 1.0.293 → 1.0.294

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -377,7 +377,7 @@ export default {
377
377
  }
378
378
  });
379
379
  if(this.models.zbrq) {
380
- this.getThrqList(this.models.zbrq)
380
+ this.getThrqList(this.models.zbrq, true)
381
381
  }
382
382
  if(this.models.thr) {
383
383
  this.$u.post("zhxyZbb/zhxyZbbZbth", {value:this.models, model: 'thrq', applyId: this.$Route.query.applyId }).then((res) => {
@@ -485,7 +485,7 @@ export default {
485
485
  this.thrqDataModalShow = ''
486
486
  }
487
487
  },
488
- getThrqList(value) {
488
+ getThrqList(value, flag) {
489
489
  this.models.zbrq = value
490
490
  this.$u.post("zhxyZbb/zhxyZbbZbth", {value:this.models, model: 'zbrq' }).then((res) => {
491
491
  if (res.success) {
@@ -493,7 +493,7 @@ export default {
493
493
  if(!this.$Route.query.applyId) this.models.zbxq = this.thrqList.zbxq
494
494
  } else {
495
495
  this.thrqList = null
496
- this.models.zbrq = ''
496
+ if(!flag) this.models.zbrq = ''
497
497
  if(this.$Route.query.type && this.$Route.query.type === 'detail') {
498
498
 
499
499
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.293",
3
+ "version": "1.0.294",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",