af-mobile-client-vue3 1.1.20 → 1.1.21

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.1.20",
4
+ "version": "1.1.21",
5
5
  "description": "Vue + Vite component lib",
6
6
  "license": "MIT",
7
7
  "engines": {
@@ -509,7 +509,7 @@ function getData(value, callback) {
509
509
  if (getDataParams && getDataParams[attr.model])
510
510
  Object.assign(value, getDataParams[attr.model])
511
511
  Object.assign(value, userInfo.value)
512
- runLogic(logic, value.value, serviceName).then((res) => {
512
+ runLogic(logic, value, serviceName).then((res) => {
513
513
  callback(res)
514
514
  })
515
515
  }