af-mobile-client-vue3 1.4.40 → 1.4.42

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.4.40",
4
+ "version": "1.4.42",
5
5
  "packageManager": "pnpm@10.13.1",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -620,7 +620,7 @@ function updateConditionAndRefresh(params: any) {
620
620
  }
621
621
  // 返回当前查询结果列表
622
622
  function getCurrentList() {
623
- return list.value;
623
+ return list.value
624
624
  }
625
625
 
626
626
  // 暴露方法给父组件
@@ -1102,11 +1102,7 @@ function emitFunc(func: any, data: any, value: any) {
1102
1102
 
1103
1103
  <!-- 多选操作面板 -->
1104
1104
  <VanActionSheet
1105
- v-model:show="showActionSheet"// 返回当前查询结果列表
1106
- function getCurrentList() {
1107
- return list.value;
1108
- }
1109
-
1105
+ v-model:show="showActionSheet"
1110
1106
  :actions="actionSheetActions"
1111
1107
  :overlay="false"
1112
1108
  @select="handleActionSheetSelect"