ui-process-h5 2.6.5 → 2.6.6
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
package/v2/ui-process-h5.js
CHANGED
|
@@ -9903,7 +9903,7 @@ const gd = /* @__PURE__ */ function() {
|
|
|
9903
9903
|
operBtn() {
|
|
9904
9904
|
var t, i;
|
|
9905
9905
|
let e = [], s = this.taskNode && this.taskNode[0] && this.taskNode[0].taskState != 4;
|
|
9906
|
-
if (this.needResubmit && this.processStatus.createUid == this.userIdData && (this.formData.currentState === "\u5DF2\u64A4\u9500" || this.formData.currentState === "\u5DF2\u9A73\u56DE" || this.processStatus.status === "\u5DF2\u64A4\u9500" || this.processStatus.status === "\u5DF2\u9A73\u56DE" || this.processStatus.bizStatusName === "\u5DF2\u64A4\u9500" || this.processStatus.bizStatusName === "\u5DF2\u9A73\u56DE")) {
|
|
9906
|
+
if (this.needResubmit && this.userIdData && this.processStatus.createUid == this.userIdData && (this.formData.currentState === "\u5DF2\u64A4\u9500" || this.formData.currentState === "\u5DF2\u9A73\u56DE" || this.processStatus.status === "\u5DF2\u64A4\u9500" || this.processStatus.status === "\u5DF2\u9A73\u56DE" || this.processStatus.bizStatusName === "\u5DF2\u64A4\u9500" || this.processStatus.bizStatusName === "\u5DF2\u9A73\u56DE")) {
|
|
9907
9907
|
let a = {};
|
|
9908
9908
|
a.name = "\u91CD\u65B0\u63D0\u4EA4", a.btnProps = { type: "default" }, e.push(a), a.click = this.handleTest;
|
|
9909
9909
|
}
|