tx-sider 2.3.1 → 2.3.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/lib/TXUI.mjs +4 -4
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -50817,7 +50817,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
50817
50817
|
}
|
|
50818
50818
|
return target;
|
|
50819
50819
|
};
|
|
50820
|
-
const _withScopeId$2 = (n10) => (pushScopeId("data-v-
|
|
50820
|
+
const _withScopeId$2 = (n10) => (pushScopeId("data-v-ec6994d2"), n10 = n10(), popScopeId(), n10);
|
|
50821
50821
|
const _hoisted_1$2 = { class: "flex items-center h-[60px] pl-[40px] themeBGC" };
|
|
50822
50822
|
const _hoisted_2$2 = { class: "relative w-[30px] h-[30px]" };
|
|
50823
50823
|
const _hoisted_3$2 = {
|
|
@@ -50891,7 +50891,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
50891
50891
|
spinning.value = true;
|
|
50892
50892
|
const res = await GetVersionManageAllList(formData);
|
|
50893
50893
|
tableData.value = res ?? [];
|
|
50894
|
-
content.value = res[0];
|
|
50894
|
+
content.value = res[0] ?? {};
|
|
50895
50895
|
spinning.value = false;
|
|
50896
50896
|
};
|
|
50897
50897
|
const formData = reactive({
|
|
@@ -50913,7 +50913,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
50913
50913
|
});
|
|
50914
50914
|
const changeTab = (item, i2) => {
|
|
50915
50915
|
activeKey.value = i2;
|
|
50916
|
-
content.value = item;
|
|
50916
|
+
content.value = item ?? {};
|
|
50917
50917
|
};
|
|
50918
50918
|
return (_ctx, _cache) => {
|
|
50919
50919
|
const _component_a_col = __unplugin_components_7;
|
|
@@ -50993,7 +50993,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
50993
50993
|
};
|
|
50994
50994
|
}
|
|
50995
50995
|
});
|
|
50996
|
-
const __unplugin_components_6 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
50996
|
+
const __unplugin_components_6 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-ec6994d2"]]);
|
|
50997
50997
|
const index$6 = "";
|
|
50998
50998
|
const index$5 = "";
|
|
50999
50999
|
const index$4 = "";
|