address-client 3.2.21 → 3.2.22

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.21",
3
+ "version": "3.2.22",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -257,11 +257,12 @@
257
257
  <button class="button_search button_spacing" @click="confirm()" :disabled='!$v.valid'>保存</button>
258
258
  <button class="button_clear button_spacing" @click="cancel()">取消</button>
259
259
  </div>
260
- <div v-if="areatype == '楼栋'" class="row" style="margin-top:15%;height: 80%;">
260
+ <div v-if="areatype == '楼栋'" class="row" style="margin-top:15%;height: 70%;">
261
261
  <!--<div class="bg-info text-center" style="padding: 8px;font-size: 18px;font-weight: bold">-->
262
- <span style="padding: 8px;font-size: 18px;font-weight: bold;align-content: center">地址编码列表</span>
262
+ <div class="text-center" style="padding: 8px;font-size: 18px;font-weight: bold">
263
+ <span >地址编码列表</span>
264
+ </div>
263
265
  <br/>
264
-
265
266
  <building-list v-ref:buildinglist @select-changed="selected" :areaslist="areaslist" :f_filialeids.sync="f_filialeids"></building-list>
266
267
 
267
268
  </div>
@@ -493,7 +494,7 @@
493
494
  if (res.data.length>0){
494
495
  if (res.data[0].id != this.areamodel.id) {
495
496
  this.$showAlert('当前编号已存在', 'warning', 2000)
496
- this.areamodel.f_area_id = ''
497
+ // this.areamodel.f_area_id = ''
497
498
  }
498
499
  }
499
500
  }