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/v3/ui-process-h5.js
CHANGED
|
@@ -6894,7 +6894,7 @@ const ph = /* @__PURE__ */ O(ch, [["render", hh]]), uh = Z({
|
|
|
6894
6894
|
operBtn() {
|
|
6895
6895
|
var s, n;
|
|
6896
6896
|
let e = [], t = this.taskNode && this.taskNode[0] && this.taskNode[0].taskState != 4;
|
|
6897
|
-
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")) {
|
|
6897
|
+
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")) {
|
|
6898
6898
|
let i = {};
|
|
6899
6899
|
i.name = "\u91CD\u65B0\u63D0\u4EA4", i.btnProps = { type: "default" }, e.push(i), i.click = this.handleTest;
|
|
6900
6900
|
}
|