jtui3.0 1.0.69 → 1.0.70
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/jtui3.0.common.js +2 -1
- package/lib/jtui3.0.umd.js +2 -1
- package/lib/jtui3.0.umd.min.js +1 -1
- package/package.json +1 -1
package/lib/jtui3.0.common.js
CHANGED
|
@@ -91082,7 +91082,7 @@ const ElMessage = withInstallFunction(message, "$message");
|
|
|
91082
91082
|
/*
|
|
91083
91083
|
* @Author: leevan
|
|
91084
91084
|
* @Date: 2022-07-04 14:32:14
|
|
91085
|
-
* @LastEditTime:
|
|
91085
|
+
* @LastEditTime: 2024-03-04 17:40:17
|
|
91086
91086
|
* @LastEditors: leevan
|
|
91087
91087
|
* @FilePath: /jtui3.0/packages/tables/hooks/usePublicAPI.js
|
|
91088
91088
|
*/
|
|
@@ -91141,6 +91141,7 @@ function usePublicAPI(emit, activeRef, props) {
|
|
|
91141
91141
|
|
|
91142
91142
|
|
|
91143
91143
|
function treeTxtClick(row) {
|
|
91144
|
+
activeRef.value.setCurrentRow(row);
|
|
91144
91145
|
let treePath = [];
|
|
91145
91146
|
const result = xe_utils_default().findTree(activeRef.value.data, item => {
|
|
91146
91147
|
return item.rowid === row.rowid;
|
package/lib/jtui3.0.umd.js
CHANGED
|
@@ -91092,7 +91092,7 @@ const ElMessage = withInstallFunction(message, "$message");
|
|
|
91092
91092
|
/*
|
|
91093
91093
|
* @Author: leevan
|
|
91094
91094
|
* @Date: 2022-07-04 14:32:14
|
|
91095
|
-
* @LastEditTime:
|
|
91095
|
+
* @LastEditTime: 2024-03-04 17:40:17
|
|
91096
91096
|
* @LastEditors: leevan
|
|
91097
91097
|
* @FilePath: /jtui3.0/packages/tables/hooks/usePublicAPI.js
|
|
91098
91098
|
*/
|
|
@@ -91151,6 +91151,7 @@ function usePublicAPI(emit, activeRef, props) {
|
|
|
91151
91151
|
|
|
91152
91152
|
|
|
91153
91153
|
function treeTxtClick(row) {
|
|
91154
|
+
activeRef.value.setCurrentRow(row);
|
|
91154
91155
|
let treePath = [];
|
|
91155
91156
|
const result = xe_utils_default().findTree(activeRef.value.data, item => {
|
|
91156
91157
|
return item.rowid === row.rowid;
|