sale-client 3.6.470 → 3.6.471

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.
@@ -1,2 +1,2 @@
1
- #Mon Jul 08 09:48:59 CST 2024
1
+ #Mon Dec 30 14:38:17 CST 2024
2
2
  gradle.version=5.2.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.470",
3
+ "version": "3.6.471",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -55,7 +55,7 @@
55
55
  try {
56
56
  let http = new HttpResetClass()
57
57
  let res = await http.load('GET', `rs/vue/toolcards.json`, {}, {resolveMsg: null, rejectMsg: null})
58
- this.model.rows = res.data
58
+ this.model.rows = res.data.value ? res.data.value : res.data
59
59
  } catch (e) { }
60
60
  },
61
61
  search () {
File without changes
File without changes
Binary file