@ecan-bi/datav 1.0.77 → 1.0.78
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 +4 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +4 -3
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +8 -8
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.0.
|
|
1
|
+
/*! @ecan-bi/datav@1.0.78 */
|
|
2
2
|
var _a, _b, _c;
|
|
3
3
|
import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, normalizeStyle, createCommentVNode, provide, toDisplayString, Fragment, renderList, createElementVNode, normalizeClass, pushScopeId, popScopeId, createSlots, resolveDynamicComponent, mergeProps, withModifiers, withDirectives, vShow } from "vue";
|
|
4
4
|
import { throttle, init, use, registerMap } from "echarts/core";
|
|
@@ -6373,7 +6373,8 @@ const _sfc_main$1 = defineComponent({
|
|
|
6373
6373
|
const res = await requestData({
|
|
6374
6374
|
pageNum: unref(pageNum),
|
|
6375
6375
|
pageSize: unref(pageSize),
|
|
6376
|
-
orderCondition: unref(orderCondition)
|
|
6376
|
+
orderCondition: unref(orderCondition),
|
|
6377
|
+
layer: "1"
|
|
6377
6378
|
});
|
|
6378
6379
|
const { rows = [], total: tableTotal = 0 } = ((_a2 = res == null ? void 0 : res.data) == null ? void 0 : _a2.data) || {};
|
|
6379
6380
|
total.value = tableTotal;
|
|
@@ -6682,7 +6683,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6682
6683
|
}, 8, ["loading"])
|
|
6683
6684
|
], 4);
|
|
6684
6685
|
}
|
|
6685
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-
|
|
6686
|
+
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-4ed03b13"]]);
|
|
6686
6687
|
const EcanTable = withInstall(Table);
|
|
6687
6688
|
const mapProps = {
|
|
6688
6689
|
...props,
|