sctj-components 1.0.13 → 1.0.14

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_b6451e8e_lang = "";
1877
- const _withScopeId$4 = (n) => (pushScopeId("data-v-b6451e8e"), n = n(), popScopeId(), n);
1876
+ const index_vue_vue_type_style_index_0_scoped_6a812001_lang = "";
1877
+ const _withScopeId$4 = (n) => (pushScopeId("data-v-6a812001"), n = n(), popScopeId(), n);
1878
1878
  const _hoisted_1$a = {
1879
1879
  key: 0,
1880
1880
  class: "search-container"
@@ -2064,8 +2064,9 @@ const _sfc_main$e = {
2064
2064
  pageSize: 20
2065
2065
  };
2066
2066
  };
2067
- watch(() => dialogParams.value.open, (newVal) => {
2067
+ watch(() => dialogParams.value.open, async (newVal) => {
2068
2068
  if (newVal) {
2069
+ await nextTick();
2069
2070
  if (props.value) {
2070
2071
  selectDataList.value = String(props.value).split(",").filter((item) => item).map((item, index2) => ({
2071
2072
  [props.selectOptions.valueKey]: item,
@@ -2083,8 +2084,6 @@ const _sfc_main$e = {
2083
2084
  var _a;
2084
2085
  programSelection.value = true;
2085
2086
  if (selectDataList.value.length) {
2086
- console.log("selectDataList.value------", selectDataList.value);
2087
- console.log("dataList.value------", dataList.value);
2088
2087
  dataList.value.forEach((row) => {
2089
2088
  var _a2;
2090
2089
  const tableRow = selectDataList.value.find((item) => String(item[props.selectOptions.valueKey]) == String(row[props.selectOptions.valueKey]));
@@ -2377,7 +2376,7 @@ const _sfc_main$e = {
2377
2376
  };
2378
2377
  }
2379
2378
  };
2380
- const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-b6451e8e"]]);
2379
+ const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-6a812001"]]);
2381
2380
  const _sfc_main$d = {
2382
2381
  __name: "index",
2383
2382
  setup(__props) {