@idmwx/idmui-report 4.1.2 → 4.1.3
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/dist/index.js +4 -4
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10078,7 +10078,7 @@ const Rx = {
|
|
|
10078
10078
|
report: {
|
|
10079
10079
|
handler(a) {
|
|
10080
10080
|
var e;
|
|
10081
|
-
a && (this.remarks = (e = this.report) == null ? void 0 : e.remarks);
|
|
10081
|
+
a && (this.remarks = ((e = this.report) == null ? void 0 : e.remarks) || "");
|
|
10082
10082
|
},
|
|
10083
10083
|
immediate: !0
|
|
10084
10084
|
}
|
|
@@ -10302,7 +10302,7 @@ function Ph(a, e, l, v, d, r) {
|
|
|
10302
10302
|
])
|
|
10303
10303
|
]);
|
|
10304
10304
|
}
|
|
10305
|
-
const Mh = /* @__PURE__ */ Vt(Rx, [["render", Ph], ["__scopeId", "data-v-
|
|
10305
|
+
const Mh = /* @__PURE__ */ Vt(Rx, [["render", Ph], ["__scopeId", "data-v-6bfb65e2"]]);
|
|
10306
10306
|
const Wh = {
|
|
10307
10307
|
name: "OrmStoppage",
|
|
10308
10308
|
components: {
|
|
@@ -10354,7 +10354,7 @@ const Wh = {
|
|
|
10354
10354
|
report: {
|
|
10355
10355
|
handler(a) {
|
|
10356
10356
|
var e;
|
|
10357
|
-
a && (this.remarks = (e = this.report) == null ? void 0 : e.remarks);
|
|
10357
|
+
a && (this.remarks = ((e = this.report) == null ? void 0 : e.remarks) || "");
|
|
10358
10358
|
},
|
|
10359
10359
|
immediate: !0
|
|
10360
10360
|
}
|
|
@@ -10587,7 +10587,7 @@ function Og(a, e, l, v, d, r) {
|
|
|
10587
10587
|
])
|
|
10588
10588
|
]);
|
|
10589
10589
|
}
|
|
10590
|
-
const Eg = /* @__PURE__ */ Vt(Wh, [["render", Og], ["__scopeId", "data-v-
|
|
10590
|
+
const Eg = /* @__PURE__ */ Vt(Wh, [["render", Og], ["__scopeId", "data-v-2636a577"]]), TL = {
|
|
10591
10591
|
install(a) {
|
|
10592
10592
|
a.component("StoppageReport", Mh), a.component("MergeStoppageReport", Eg);
|
|
10593
10593
|
}
|