@qqt-product/system 13.0.0 → 13.0.2
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.es.js +6 -6
- package/dist/index.umd.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +9 -9
package/dist/index.es.js
CHANGED
|
@@ -5724,7 +5724,7 @@ const jB = Ne({
|
|
|
5724
5724
|
},
|
|
5725
5725
|
computed: {
|
|
5726
5726
|
lastStepIndex() {
|
|
5727
|
-
return this.isPreview
|
|
5727
|
+
return this.isPreview == 1 ? 2 : 1;
|
|
5728
5728
|
}
|
|
5729
5729
|
},
|
|
5730
5730
|
methods: {
|
|
@@ -5757,7 +5757,7 @@ const jB = Ne({
|
|
|
5757
5757
|
}
|
|
5758
5758
|
}
|
|
5759
5759
|
});
|
|
5760
|
-
const ax = (r) => (m1("data-v-
|
|
5760
|
+
const ax = (r) => (m1("data-v-22561905"), r = r(), y1(), r), XB = { class: "steps-content" }, ZB = {
|
|
5761
5761
|
key: 0,
|
|
5762
5762
|
class: "step-2"
|
|
5763
5763
|
}, KB = /* @__PURE__ */ ax(() => /* @__PURE__ */ X("div", { class: "import-desc" }, [
|
|
@@ -5813,7 +5813,7 @@ function tP(r, e, t, a, n, i) {
|
|
|
5813
5813
|
r.isLoading ? (H(), J("div", eP, [
|
|
5814
5814
|
D(u, {
|
|
5815
5815
|
status: "success",
|
|
5816
|
-
title: "\u5BFC\u5165\
|
|
5816
|
+
title: "\u5BFC\u5165\u7ED3\u675F"
|
|
5817
5817
|
})
|
|
5818
5818
|
])) : xe("", !0)
|
|
5819
5819
|
])
|
|
@@ -5824,7 +5824,7 @@ function tP(r, e, t, a, n, i) {
|
|
|
5824
5824
|
_: 1
|
|
5825
5825
|
}, 8, ["modelValue", "confirmLoading", "onConfirm", "onClose"]);
|
|
5826
5826
|
}
|
|
5827
|
-
const nx = /* @__PURE__ */ wt(jB, [["render", tP], ["__scopeId", "data-v-
|
|
5827
|
+
const nx = /* @__PURE__ */ wt(jB, [["render", tP], ["__scopeId", "data-v-22561905"]]), rP = Ne({
|
|
5828
5828
|
components: {
|
|
5829
5829
|
QcustomConfigEdit: rx,
|
|
5830
5830
|
ImportJsonCustomConfig: nx
|
|
@@ -9182,8 +9182,8 @@ function _R(r, e) {
|
|
|
9182
9182
|
const p = (d = i.value) == null ? void 0 : d.groupCode;
|
|
9183
9183
|
if (!p)
|
|
9184
9184
|
return;
|
|
9185
|
-
const h = u[p], v = l[p], g = v.map((y) => y.orgCode);
|
|
9186
|
-
let m = s.filter((y) => !g.includes(y.orgCode));
|
|
9185
|
+
const h = u[p], v = l[p], g = v.map((y) => `${y.orgCategoryCode}_${y.orgCode}`);
|
|
9186
|
+
let m = s.filter((y) => !g.includes(`${y.orgCategoryCode}_${y.orgCode}`));
|
|
9187
9187
|
m = m.map((y) => {
|
|
9188
9188
|
const { ..._ } = y;
|
|
9189
9189
|
return {
|