sctj-components 1.0.11 → 1.0.12
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/sctj-components.es.js +8 -4
- package/lib/sctj-components.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -1873,8 +1873,8 @@ const _sfc_main$f = {
|
|
|
1873
1873
|
}
|
|
1874
1874
|
};
|
|
1875
1875
|
const SCTJTableTopActionContainer = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-056cfdde"]]);
|
|
1876
|
-
const
|
|
1877
|
-
const _withScopeId$4 = (n) => (pushScopeId("data-v-
|
|
1876
|
+
const index_vue_vue_type_style_index_0_scoped_0cae2f90_lang = "";
|
|
1877
|
+
const _withScopeId$4 = (n) => (pushScopeId("data-v-0cae2f90"), n = n(), popScopeId(), n);
|
|
1878
1878
|
const _hoisted_1$a = {
|
|
1879
1879
|
key: 0,
|
|
1880
1880
|
class: "search-container"
|
|
@@ -1942,7 +1942,7 @@ const _sfc_main$e = {
|
|
|
1942
1942
|
default: true
|
|
1943
1943
|
}
|
|
1944
1944
|
},
|
|
1945
|
-
emits: ["change", "update:names", "input", "update:value", "action"],
|
|
1945
|
+
emits: ["change", "update:names", "input", "update:value", "action", "update:select"],
|
|
1946
1946
|
setup(__props, { expose, emit }) {
|
|
1947
1947
|
const props = __props;
|
|
1948
1948
|
const { isMobile } = useMobile();
|
|
@@ -2067,10 +2067,14 @@ const _sfc_main$e = {
|
|
|
2067
2067
|
watch(() => dialogParams.value.open, (newVal) => {
|
|
2068
2068
|
if (newVal) {
|
|
2069
2069
|
if (props.value) {
|
|
2070
|
+
console.log("props.value-----", props.value);
|
|
2071
|
+
console.log("props.names-----", props.names);
|
|
2072
|
+
console.log("props.selectOptions-----", props.selectOptions);
|
|
2070
2073
|
selectDataList.value = String(props.value).split(",").filter((item) => item).map((item, index2) => ({
|
|
2071
2074
|
[props.selectOptions.valueKey]: item,
|
|
2072
2075
|
[props.selectOptions.nameKey]: props.names.split(",")[index2]
|
|
2073
2076
|
}));
|
|
2077
|
+
console.log("selectDataList.value-----", selectDataList.value);
|
|
2074
2078
|
}
|
|
2075
2079
|
if (props.select) {
|
|
2076
2080
|
selectDataList.value = Array.isArray(props.select) ? props.select : [props.select];
|
|
@@ -2375,7 +2379,7 @@ const _sfc_main$e = {
|
|
|
2375
2379
|
};
|
|
2376
2380
|
}
|
|
2377
2381
|
};
|
|
2378
|
-
const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
2382
|
+
const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-0cae2f90"]]);
|
|
2379
2383
|
const _sfc_main$d = {
|
|
2380
2384
|
__name: "index",
|
|
2381
2385
|
setup(__props) {
|