sctj-components 1.0.43 → 1.0.44

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.
@@ -1424,7 +1424,7 @@ const _sfc_main$k = {
1424
1424
  }
1425
1425
  };
1426
1426
  const SCTJTreeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-a2fe1763"]]);
1427
- const index_vue_vue_type_style_index_0_scoped_54e9f1b9_lang = "";
1427
+ const index_vue_vue_type_style_index_0_scoped_474c5954_lang = "";
1428
1428
  const _hoisted_1$e = { class: "table-container" };
1429
1429
  const _sfc_main$j = {
1430
1430
  __name: "index",
@@ -1647,8 +1647,9 @@ const _sfc_main$j = {
1647
1647
  headers: props.headers || {}
1648
1648
  }
1649
1649
  );
1650
- console.log("response------", response.json());
1651
- res = response.data;
1650
+ let json = await response.json();
1651
+ console.log("response------", json);
1652
+ res = json;
1652
1653
  }
1653
1654
  baseData.value = res == null ? void 0 : res[realResponseConfig.value.list];
1654
1655
  tableData.value = props.handleList ? props.handleList(res == null ? void 0 : res[realResponseConfig.value.list]) : res == null ? void 0 : res[realResponseConfig.value.list];
@@ -1763,7 +1764,7 @@ const _sfc_main$j = {
1763
1764
  };
1764
1765
  }
1765
1766
  };
1766
- const SCTJTable = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-54e9f1b9"]]);
1767
+ const SCTJTable = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-474c5954"]]);
1767
1768
  const index_vue_vue_type_style_index_0_scoped_45fb95db_lang = "";
1768
1769
  const _sfc_main$i = {};
1769
1770
  const _hoisted_1$d = { class: "table-container" };
@@ -1963,8 +1964,8 @@ const _sfc_main$g = {
1963
1964
  }
1964
1965
  };
1965
1966
  const SCTJTableTopActionContainer = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-056cfdde"]]);
1966
- const index_vue_vue_type_style_index_0_scoped_bbb5b711_lang = "";
1967
- const _withScopeId$4 = (n) => (pushScopeId("data-v-bbb5b711"), n = n(), popScopeId(), n);
1967
+ const index_vue_vue_type_style_index_0_scoped_073b4aac_lang = "";
1968
+ const _withScopeId$4 = (n) => (pushScopeId("data-v-073b4aac"), n = n(), popScopeId(), n);
1968
1969
  const _hoisted_1$b = {
1969
1970
  key: 0,
1970
1971
  class: "search-container"
@@ -2133,8 +2134,9 @@ const _sfc_main$f = {
2133
2134
  headers: props.headers || {}
2134
2135
  }
2135
2136
  );
2136
- console.log("response------", response.json());
2137
- res = response.data;
2137
+ let json = await response.json();
2138
+ console.log("response------", json);
2139
+ res = json;
2138
2140
  }
2139
2141
  if (res.code !== 200)
2140
2142
  return;
@@ -2490,7 +2492,7 @@ const _sfc_main$f = {
2490
2492
  };
2491
2493
  }
2492
2494
  };
2493
- const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-bbb5b711"]]);
2495
+ const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-073b4aac"]]);
2494
2496
  const index_vue_vue_type_style_index_0_scoped_80cb4921_lang = "";
2495
2497
  const _hoisted_1$a = { style: { "background": "#fff" } };
2496
2498
  const _sfc_main$e = {