apply-clients 3.3.101 → 3.3.104

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.
@@ -100,7 +100,9 @@ export default {
100
100
  this.xianfontColors = this.pub2Colors
101
101
  this.shequfontColors = this.pub2Colors
102
102
  }
103
- this.$dispatch('shiji-select', value, lable)
103
+ this.$parent.$parent.$parent.areaData.sjvalue = value
104
+ this.$parent.$parent.$parent.disableButton()
105
+ // this.$dispatch('shiji-select', value, lable)
104
106
  },
105
107
  async getjdao(value,lable,obj) {
106
108
  this.jdao_options = []
@@ -118,7 +120,9 @@ export default {
118
120
  this.xianfontColors = this.pub2Colors
119
121
  this.shequfontColors = this.pub2Colors
120
122
  }
121
- this.$dispatch('xian-select',value, lable)
123
+ this.$parent.$parent.$parent.areaData.xianvalue = value
124
+ this.$parent.$parent.$parent.disableButton()
125
+ // this.$dispatch('xian-select',value, lable)
122
126
  },
123
127
  async getshequ(value,lable,obj) {
124
128
  if (value !=null && value.length!=0){
@@ -126,7 +130,9 @@ export default {
126
130
  }else {
127
131
  this.shequfontColors = this.pub2Colors
128
132
  }
129
- this.$dispatch('shequ-select',value, lable)
133
+ this.$parent.$parent.$parent.areaData.sqvalue = value
134
+ this.$parent.$parent.$parent.disableButton()
135
+ // this.$dispatch('shequ-select',value, lable)
130
136
  }
131
137
  },
132
138
  watch: {