ui-process-h5 2.4.8 → 2.5.0
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": "ui-process-h5",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "> app端 流程插件",
|
|
5
5
|
"main": "./ui-process-h5.umd.cjs",
|
|
6
6
|
"style": "./style.css",
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"postinstall": "node scripts/postinstall.mjs"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"checked-pick-app": "1.6.
|
|
23
|
+
"checked-pick-app": "1.6.5",
|
|
24
24
|
"dsbridge": "^3.1.4"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"checked-pick-app": "1.6.
|
|
27
|
+
"checked-pick-app": "1.6.5",
|
|
28
28
|
"dsbridge": "^3.1.4"
|
|
29
29
|
},
|
|
30
30
|
"author": "",
|
package/v2/ui-process-h5.js
CHANGED
|
@@ -5600,7 +5600,7 @@ const fr = /* @__PURE__ */ function() {
|
|
|
5600
5600
|
}
|
|
5601
5601
|
}).then((s) => {
|
|
5602
5602
|
s.code === 200 ? (s.data.map((t) => {
|
|
5603
|
-
if (t.humanPerformerName === "\u56FA\u5B9A\u89D2\u8272/\u5C97\u4F4D") {
|
|
5603
|
+
if (t.postFlag && (t.humanPerformerName = "\u4EFB\u610F\u6307\u5B9A"), t.humanPerformerName === "\u56FA\u5B9A\u89D2\u8272/\u5C97\u4F4D") {
|
|
5604
5604
|
let i = {
|
|
5605
5605
|
taskDefId: t.id,
|
|
5606
5606
|
postIds: []
|
|
@@ -5641,7 +5641,7 @@ const fr = /* @__PURE__ */ function() {
|
|
|
5641
5641
|
}
|
|
5642
5642
|
}).then((e) => {
|
|
5643
5643
|
e.code == 200 && (this.firstPerson && this.firstPerson.length && (e.data.map((s) => {
|
|
5644
|
-
if (s.humanPerformerName === "\u56FA\u5B9A\u89D2\u8272/\u5C97\u4F4D") {
|
|
5644
|
+
if (s.postFlag && (s.humanPerformerName = "\u4EFB\u610F\u6307\u5B9A"), s.humanPerformerName === "\u56FA\u5B9A\u89D2\u8272/\u5C97\u4F4D") {
|
|
5645
5645
|
let t = {
|
|
5646
5646
|
taskDefId: s.id,
|
|
5647
5647
|
postIds: []
|