address-client 3.2.6 → 3.2.7-gongyi

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.
@@ -115,12 +115,6 @@
115
115
  close-on-select>
116
116
  </v-select>
117
117
  </div>
118
- <div :class="$parent.$parent.style" >
119
- <label class="font_normal_body">片&emsp;&emsp;区</label>
120
- <input type="text" class="input_search" style="width:60%" v-model="model.f_slice_area" style="width:60%"
121
- condition="a.f_slice_area like '%{}%'" placeholder="片区"
122
- :size="model.f_slice_area ? model.f_slice_area.length*2 : 8"/>
123
- </div>
124
118
  </div>
125
119
  </div>
126
120
  </criteria>
@@ -54,7 +54,7 @@
54
54
  <input type="text" style="width:60%" class="input_search" v-show="false" v-model="$refs.slice.selectedItems"
55
55
  v-validate:slice='{required: true }'>
56
56
  <v-select :value.sync="areamodel.slice_area" v-model="areamodel.slice_area"
57
- :options='sliceArea' placeholder='片区/管理站' filer-key="name"
57
+ :options='sliceAreaConfig' placeholder='片区/管理站' filer-key="name"
58
58
  close-on-select v-ref:slice>
59
59
  </v-select>
60
60
  </div>
@@ -569,6 +569,9 @@ export default {
569
569
  }
570
570
  },
571
571
  computed: {
572
+ sliceAreaConfig() {
573
+ return this.$appdata.getParam('小区片区')
574
+ },
572
575
  metertypes() {
573
576
  return this.$appdata.getParam('气表类型')
574
577
  },