sale-client 3.6.391 → 3.6.392

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.6.391",
3
+ "version": "3.6.392",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -296,7 +296,7 @@
296
296
  dataId: null // 操作记录ID
297
297
  }
298
298
  console.log(datas)
299
- this.$resetpost('/webmeter/rs/logic/syncSaveSetParamsTemplate', {data: datas}, {resolveMsg: `清理成功`, rejectMsg: `清理失败`}).then(res => {
299
+ this.$resetpost('/rs/logic/syncSaveSetParams', {data: datas}, {resolveMsg: `清理成功`, rejectMsg: `清理失败`}).then(res => {
300
300
  })
301
301
  },
302
302
  getuuid () {
File without changes
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- #Fri Sep 27 10:22:35 CST 2024
2
- gradle.version=5.2.1
Binary file
File without changes