address-client 1.3.58-8 → 1.3.58-9

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": "1.3.58-8",
3
+ "version": "1.3.58-9",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -39,7 +39,7 @@
39
39
  <button v-if="!$parent.$parent.f_special" class="btn btn-success width-80" @click="$parent.$parent.add('小区')">添加小区</button>
40
40
  <button v-if="$parent.$parent.f_special"class="btn btn-success width-80" @click="$parent.$parent.add('单位')">添加单位</button>
41
41
  <button class="btn btn-success width-80" @click="$parent.$parent.clear()">清空</button>
42
- <export-excel-hand :data="{condition: this.condition}"
42
+ <export-excel-hand :data="{condition: $parent.$parent.condition}"
43
43
  :field="{f_street: '街道名称', f_residential_area: '小区名称', f_address: '详细地址', usercount: '客户数量',
44
44
  f_linkname: '联系人', f_linkphone: '联系电话', f_operator: '操作人', f_operate_date: '操作日期' }"
45
45
  sqlurl="rs/logic/reportExportfile" sql-name="address_getarealist" template-name='小区管理导出'