@bsgoal/common 2.13.4 → 2.13.5
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/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @Author: canlong.shen
|
|
3
3
|
* @Date: 2023-06-20 09:20:51
|
|
4
4
|
* @LastEditors: canlong.shen
|
|
5
|
-
* @LastEditTime: 2023-06-25 16:
|
|
5
|
+
* @LastEditTime: 2023-06-25 16:46:31
|
|
6
6
|
* @FilePath: \common\src\components\bsgoal-base-tree-table\demo.vue
|
|
7
7
|
* @Description: 树 + 列表 + 演示
|
|
8
8
|
*
|
|
@@ -794,7 +794,7 @@ setTimeout(() => {
|
|
|
794
794
|
|
|
795
795
|
const BSGOAL_BASE_TREE_TABLE_REF = ref(null)
|
|
796
796
|
const test = () => {
|
|
797
|
-
BSGOAL_BASE_TREE_TABLE_REF.value.refreshList({
|
|
797
|
+
BSGOAL_BASE_TREE_TABLE_REF.value.refreshList({})
|
|
798
798
|
}
|
|
799
799
|
|
|
800
800
|
// ---> E 列表 <---
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @Author: canlong.shen
|
|
3
3
|
* @Date: 2023-06-20 09:20:44
|
|
4
4
|
* @LastEditors: canlong.shen
|
|
5
|
-
* @LastEditTime: 2023-06-25 16:
|
|
5
|
+
* @LastEditTime: 2023-06-25 16:45:42
|
|
6
6
|
* @FilePath: \common\src\components\bsgoal-base-tree-table\index.vue
|
|
7
7
|
* @Description: 树结构 + 列表
|
|
8
8
|
*
|
|
@@ -200,8 +200,7 @@ const triggerTreeClick = (value, node, treeNode, event) => {
|
|
|
200
200
|
// ---> S 表 <---
|
|
201
201
|
const BSGOAL_BASE_SEARCH_TABLE_REF = ref(null)
|
|
202
202
|
const refreshList = (params = {}) => {
|
|
203
|
-
|
|
204
|
-
BSGOAL_BASE_SEARCH_TABLE_REF.value.refreshList(params)
|
|
203
|
+
BSGOAL_BASE_SEARCH_TABLE_REF.value.refresh(params)
|
|
205
204
|
}
|
|
206
205
|
|
|
207
206
|
// 暴露的属性
|