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.
- package/package.json +1 -1
- package/src/components/android/AppOnetomany.vue +32 -45
- package/src/components/android/AppServiceView.vue +732 -752
- package/src/components/android/AreaSelect/AppResAreaSelectGroup.vue +9 -3
- package/src/components/android/Process/Processes/AppDevicesManagement.vue +513 -508
- package/src/components/android/Supervisory/AppSupervisoryCart.vue +1 -1
- package/src/components/product/Onetomany.vue +31 -44
|
@@ -100,7 +100,9 @@ export default {
|
|
|
100
100
|
this.xianfontColors = this.pub2Colors
|
|
101
101
|
this.shequfontColors = this.pub2Colors
|
|
102
102
|
}
|
|
103
|
-
this.$
|
|
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.$
|
|
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.$
|
|
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: {
|