@lambo-design-mobile/workflow-approve 1.0.0-beta.18 → 1.0.0-beta.19

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/api.js +3 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,6 @@
1
1
  # Changelog
2
+ ## [1.0.0-beta.19](http://git.inspur.com/ecbh/lambo-design/lambo-design/-/compare/@lambo-design-mobile/workflow-approve@1.0.0-beta.18...@lambo-design-mobile/workflow-approve@1.0.0-beta.19) (2025-05-14)
3
+
2
4
  ## [1.0.0-beta.18](http://git.inspur.com/ecbh/lambo-design/lambo-design/-/compare/@lambo-design-mobile/workflow-approve@1.0.0-beta.17...@lambo-design-mobile/workflow-approve@1.0.0-beta.18) (2025-04-25)
3
5
 
4
6
 
package/api.js CHANGED
@@ -52,6 +52,7 @@ export const getProcessTodoList = (offset, limit, searchForm = {}) => {
52
52
  const params = {
53
53
  offset: offset,
54
54
  limit: limit,
55
+ client: 'app',
55
56
  detailName: searchForm.detailName || '',
56
57
  applyId: searchForm.applyId || '',
57
58
  startDate: searchForm.startDate || '',
@@ -72,6 +73,7 @@ export const getProcessDoneList = (offset, limit, searchForm = {}) => {
72
73
  const params = {
73
74
  offset: offset,
74
75
  limit: limit,
76
+ client: 'app',
75
77
  detailName: searchForm.detailName || '',
76
78
  applyId: searchForm.applyId || '',
77
79
  startDate: searchForm.startDate || '',
@@ -326,4 +328,4 @@ export const getOrgan = (organId) => {
326
328
  method: 'post',
327
329
  data
328
330
  })
329
- }
331
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design-mobile/workflow-approve",
3
- "version": "1.0.0-beta.18",
3
+ "version": "1.0.0-beta.19",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "devDependencies": {
16
16
  "@lambo-design-mobile/lambo-scan-code": "^1.0.0-beta.1",
17
- "@lambo-design-mobile/upload-file": "^1.0.0-beta.13",
17
+ "@lambo-design-mobile/upload-file": "^1.0.0-beta.14",
18
18
  "@lambo-design-mobile/shared": "^1.0.0-beta.18"
19
19
  },
20
20
  "scripts": {