ddy-process-pc-vue3 1.0.1-rc.2.51 → 1.0.1-rc.2.55
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 +1 -1
- package/v2/ddy-process-pc-vue3.js +4 -4
- package/v2/ddy-process-pc-vue3.umd.cjs +2 -2
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-pc-vue3.js +4 -4
- package/v2.7/ddy-process-pc-vue3.umd.cjs +2 -2
- package/v2.7/style.css +1 -1
- package/v3/ddy-process-pc-vue3.js +4 -4
- package/v3/ddy-process-pc-vue3.umd.cjs +2 -2
- package/v3/style.css +1 -1
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.55", 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"
|
|
@@ -24295,7 +24295,7 @@ var SG = /* @__PURE__ */ Ii(
|
|
|
24295
24295
|
kG,
|
|
24296
24296
|
!1,
|
|
24297
24297
|
DG,
|
|
24298
|
-
"
|
|
24298
|
+
"dd48cf64",
|
|
24299
24299
|
null,
|
|
24300
24300
|
null
|
|
24301
24301
|
);
|
|
@@ -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);
|