sale-client 3.4.186 → 3.4.187

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": "sale-client",
3
- "version": "3.4.186",
3
+ "version": "3.4.187",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -25,7 +25,7 @@
25
25
  <button class="button_clear button_spacing" @click="$parent.$parent.clearmsg">清空</button>
26
26
  <export-excel :data="{condition:$parent.$parent.condition}"
27
27
  :field="$parent.$parent.config.excelHeaders"
28
- sqlurl="rs/logic/exportfile" sql-name="salemanage_getNewMeterBrandAndModel" template-name='表具查询'
28
+ sqlurl="rs/logic/saleExport" sql-name="manage_getNewMeterBrandAndModel" template-name='表具查询'
29
29
  v-ref:exports
30
30
  :choose-col="true"></export-excel>
31
31
  <!-- <export-excel-->