jtui3.0 1.0.19 → 1.0.20

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.
@@ -85510,7 +85510,7 @@ var xe_utils_default = /*#__PURE__*/__webpack_require__.n(xe_utils);
85510
85510
  /*
85511
85511
  * @Author: leevan
85512
85512
  * @Date: 2022-07-04 14:32:14
85513
- * @LastEditTime: 2022-12-02 16:11:40
85513
+ * @LastEditTime: 2022-12-15 10:42:22
85514
85514
  * @LastEditors: leevan
85515
85515
  * @FilePath: /jtui3.0/packages/tables/hooks/usePublicAPI.js
85516
85516
  */
@@ -85570,7 +85570,7 @@ function usePublicAPI(emit, activeRef) {
85570
85570
  function treeTxtClick(row) {
85571
85571
  let treePath = [];
85572
85572
  const result = xe_utils_default().findTree(activeRef.value.data, item => {
85573
- return item.pkid === row.pkid;
85573
+ return item.rowid === row.rowid;
85574
85574
  }, {
85575
85575
  children: 'children'
85576
85576
  });
@@ -85594,7 +85594,7 @@ function usePublicAPI(emit, activeRef) {
85594
85594
  if ($table.props.treeConfig) {
85595
85595
  let treePath = [];
85596
85596
  const result = xe_utils_default().findTree(activeRef.value.data, item => {
85597
- return item.pkid === row.pkid;
85597
+ return item.rowid === row.rowid;
85598
85598
  }, {
85599
85599
  children: 'children'
85600
85600
  });
@@ -85520,7 +85520,7 @@ var xe_utils_default = /*#__PURE__*/__webpack_require__.n(xe_utils);
85520
85520
  /*
85521
85521
  * @Author: leevan
85522
85522
  * @Date: 2022-07-04 14:32:14
85523
- * @LastEditTime: 2022-12-02 16:11:40
85523
+ * @LastEditTime: 2022-12-15 10:42:22
85524
85524
  * @LastEditors: leevan
85525
85525
  * @FilePath: /jtui3.0/packages/tables/hooks/usePublicAPI.js
85526
85526
  */
@@ -85580,7 +85580,7 @@ function usePublicAPI(emit, activeRef) {
85580
85580
  function treeTxtClick(row) {
85581
85581
  let treePath = [];
85582
85582
  const result = xe_utils_default().findTree(activeRef.value.data, item => {
85583
- return item.pkid === row.pkid;
85583
+ return item.rowid === row.rowid;
85584
85584
  }, {
85585
85585
  children: 'children'
85586
85586
  });
@@ -85604,7 +85604,7 @@ function usePublicAPI(emit, activeRef) {
85604
85604
  if ($table.props.treeConfig) {
85605
85605
  let treePath = [];
85606
85606
  const result = xe_utils_default().findTree(activeRef.value.data, item => {
85607
- return item.pkid === row.pkid;
85607
+ return item.rowid === row.rowid;
85608
85608
  }, {
85609
85609
  children: 'children'
85610
85610
  });