address-client 3.2.7 → 3.2.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "address-client",
3
- "version": "3.2.7",
3
+ "version": "3.2.8",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -78,7 +78,7 @@
78
78
  <label class="font_normal_body">片&emsp;&emsp;区</label>
79
79
  <input type="text" style="width:60%" class="input_search" v-show="false" v-model="$refs.slice.selectedItems"
80
80
  v-validate:slice_area1='{required: true }'>
81
- <v-select :value.sync="model.slice_area[0].name" v-model="model.slice_area[0].name" :value-single="true"
81
+ <v-select :value.sync="model.f_slice_area" v-model="model.f_slice_area" :value-single="true"
82
82
  :options='sliceArea' placeholder='片区/管理站' filer-key="name"
83
83
  close-on-select v-ref:slice>
84
84
  </v-select>
@@ -212,7 +212,7 @@
212
212
  <label class="font_normal_body">片&emsp;&emsp;区</label>
213
213
  <input type="text" style="width:60%" class="input_search" v-show="false" v-model="$refs.slice.selectedItems"
214
214
  v-validate:slice='{required: true }'>
215
- <v-select :value.sync="model.slice_area[0].name" v-model="model.slice_area[0].name" :value-single="true"
215
+ <v-select :value.sync="model.f_slice_area" v-model="model.f_slice_area" :value-single="true"
216
216
  :options='sliceArea' placeholder='片区/管理站' filer-key="name"
217
217
  close-on-select v-ref:slice>
218
218
  </v-select>
package/src/main.js CHANGED
@@ -9,7 +9,8 @@ Vue.config.silent = true
9
9
 
10
10
  /** **************************通用组件******************************/
11
11
  all()
12
- address("WEINAN")
12
+ // address("WEINAN")
13
+ address()
13
14
  system(false)
14
15
  sale()
15
16
  require('system-clients/src/styles/less/bootstrap.less')