ddy-process-pc-vue3 1.0.1-rc.2.51 → 1.0.1-rc.2.53
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
|
@@ -16,7 +16,7 @@ function dR(e, i) {
|
|
|
16
16
|
}
|
|
17
17
|
return Object.freeze(Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }));
|
|
18
18
|
}
|
|
19
|
-
const fR = "ddy-process-pc-vue3", pR = "1.0.1-rc.2.
|
|
19
|
+
const fR = "ddy-process-pc-vue3", pR = "1.0.1-rc.2.53", hR = "> pc\u7AEF\u6D41\u7A0B\u7EC4\u4EF6", mR = "./ddy-process-pc-vue3.umd.cjs", gR = "./style.css", AR = "module", vR = {
|
|
20
20
|
".": {
|
|
21
21
|
import: "./ddy-process-pc-vue3.js",
|
|
22
22
|
require: "./ddy-process-pc-vue3.umd.cjs"
|
|
@@ -24495,11 +24495,11 @@ const MG = {
|
|
|
24495
24495
|
targetClassName: "el-dialog"
|
|
24496
24496
|
};
|
|
24497
24497
|
(this.parentEl || window.$wujie.props.el()) && (e.restrictElement = this.parentEl || window.$wujie.props.el()), this.$nextTick(() => {
|
|
24498
|
-
this.$refs, this.$refs.process, BG(this.$refs.process.$el || this.$refs.process, e);
|
|
24498
|
+
this.$refs, this.$refs.process, this.$refs.process && BG(this.$refs.process.$el || this.$refs.process, e);
|
|
24499
24499
|
});
|
|
24500
24500
|
},
|
|
24501
24501
|
close() {
|
|
24502
|
-
this.$emit("close"), this.paramsProcessId = "", this.showProcess = !1, this.$refs.process.activeName = this.tabs[0].name;
|
|
24502
|
+
this.$emit("close"), this.paramsProcessId = "", this.showProcess = !1, this.$refs.process && (this.$refs.process.activeName = this.tabs[0].name);
|
|
24503
24503
|
},
|
|
24504
24504
|
handleTab(e, i) {
|
|
24505
24505
|
this.$emit("clickTab", e, i);
|