af-mobile-client-vue3 1.4.20 → 1.4.22

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.20",
4
+ "version": "1.4.22",
5
5
  "packageManager": "pnpm@10.13.1",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -189,7 +189,7 @@ const currInst = getCurrentInstance()
189
189
  // 配置中心->表单项变更触发函数
190
190
  async function dataChangeFunc() {
191
191
  if (attr.dataChangeFunc) {
192
- await executeStrFunctionByContext(currInst, attr.dataChangeFunc, [props.form, (formData: any) => emits('setForm', formData), attr, null, mode, runLogic, getConfigByNameAsync, userState])
192
+ await executeStrFunctionByContext(currInst, attr.dataChangeFunc, [props.form, (formData: any) => emits('setForm', formData), attr, null, mode, runLogic, getConfigByNameAsync, userState.f.resources])
193
193
  }
194
194
  }
195
195
  const dataChangeFuncdebounce = debounce(dataChangeFunc, 300)
@@ -1018,6 +1018,7 @@ async function handleLazySearch(searchText: string) {
1018
1018
  props.mode,
1019
1019
  getConfigByNameAsync,
1020
1020
  post,
1021
+ userState,
1021
1022
  ])
1022
1023
  // 根据搜索关键词过滤结果
1023
1024
  return results.filter((item) => {