@ecan-bi/datav 1.3.97 → 1.3.98
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 +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +16 -16
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.3.
|
|
1
|
+
/*! @ecan-bi/datav@1.3.98 */
|
|
2
2
|
import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, onBeforeUnmount, normalizeClass as normalizeClass$1, normalizeStyle as normalizeStyle$1, createElementVNode, createCommentVNode, Fragment, renderList, provide, useCssVars, toDisplayString, pushScopeId, popScopeId, createSlots, withModifiers, createTextVNode, Teleport, resolveDynamicComponent, mergeProps, normalizeProps, toHandlers, withDirectives, vShow, reactive, vModelText, getCurrentInstance, onDeactivated, isRef, onActivated, isVNode, Transition, onBeforeUpdate, Comment } from "vue";
|
|
3
3
|
import { throttle, init, use, registerMap } from "echarts/core";
|
|
4
4
|
import { addListener, removeListener } from "resize-detector";
|
|
@@ -8747,7 +8747,7 @@ const runCode = (e, r) => {
|
|
|
8747
8747
|
return;
|
|
8748
8748
|
if ($ === "2" && oe.length === 0)
|
|
8749
8749
|
return;
|
|
8750
|
-
if ($ === "3" && (!te || !W.labelField || !W.valueField))
|
|
8750
|
+
if ($ === "3" && (!te && L !== "EDV_DATA_SET" || !W.labelField || !W.valueField))
|
|
8751
8751
|
return;
|
|
8752
8752
|
if ($ === "3" && D === "ecanDataSelect" && oe.length === 0)
|
|
8753
8753
|
return;
|
|
@@ -8770,7 +8770,7 @@ const runCode = (e, r) => {
|
|
|
8770
8770
|
else
|
|
8771
8771
|
return;
|
|
8772
8772
|
}
|
|
8773
|
-
D === "ecanDataSelect" && (ve.indicatorList = oe.filter((me) => me.show));
|
|
8773
|
+
D === "ecanDataSelect" && (ve.indicatorList = oe.filter((me) => me.show)), L === "EDV_DATA_SET" && (ve.edvDataSetId = Z);
|
|
8774
8774
|
try {
|
|
8775
8775
|
const me = await request.post(
|
|
8776
8776
|
`${INDICATOR_URL}/diagram/formData`,
|