sctj-components 1.0.12 → 1.0.13

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.
@@ -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 index_vue_vue_type_style_index_0_scoped_0cae2f90_lang = "";
1877
- const _withScopeId$4 = (n) => (pushScopeId("data-v-0cae2f90"), n = n(), popScopeId(), n);
1876
+ const index_vue_vue_type_style_index_0_scoped_b6451e8e_lang = "";
1877
+ const _withScopeId$4 = (n) => (pushScopeId("data-v-b6451e8e"), n = n(), popScopeId(), n);
1878
1878
  const _hoisted_1$a = {
1879
1879
  key: 0,
1880
1880
  class: "search-container"
@@ -2067,14 +2067,10 @@ 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);
2073
2070
  selectDataList.value = String(props.value).split(",").filter((item) => item).map((item, index2) => ({
2074
2071
  [props.selectOptions.valueKey]: item,
2075
2072
  [props.selectOptions.nameKey]: props.names.split(",")[index2]
2076
2073
  }));
2077
- console.log("selectDataList.value-----", selectDataList.value);
2078
2074
  }
2079
2075
  if (props.select) {
2080
2076
  selectDataList.value = Array.isArray(props.select) ? props.select : [props.select];
@@ -2087,6 +2083,8 @@ const _sfc_main$e = {
2087
2083
  var _a;
2088
2084
  programSelection.value = true;
2089
2085
  if (selectDataList.value.length) {
2086
+ console.log("selectDataList.value------", selectDataList.value);
2087
+ console.log("dataList.value------", dataList.value);
2090
2088
  dataList.value.forEach((row) => {
2091
2089
  var _a2;
2092
2090
  const tableRow = selectDataList.value.find((item) => String(item[props.selectOptions.valueKey]) == String(row[props.selectOptions.valueKey]));
@@ -2379,7 +2377,7 @@ const _sfc_main$e = {
2379
2377
  };
2380
2378
  }
2381
2379
  };
2382
- const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-0cae2f90"]]);
2380
+ const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-b6451e8e"]]);
2383
2381
  const _sfc_main$d = {
2384
2382
  __name: "index",
2385
2383
  setup(__props) {