Explorar o código

Merge remote-tracking branch 'origin/master'

luoyifan %!s(int64=3) %!d(string=hai) anos
pai
achega
5cd032998c
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. 0 1
      src/controls/input/search.js
  2. 1 0
      src/lib/systemLib.ts

+ 0 - 1
src/controls/input/search.js

@@ -81,7 +81,6 @@ export default function () {
             if (!widget) {
                 return
             }
-
             showWidget(widget, lookup, sender, me.getRawValue(), vjson)
         },
 

+ 1 - 0
src/lib/systemLib.ts

@@ -695,6 +695,7 @@ export function showWidget(widgetUrl, lookup, sender, queryValue, vjson = {}) {
             queryValue: queryValue,
             ...parentScope.viewModel.data
         }, lookup)
+
         widgetScope.parentScope = parentScope
         widgetScope.searchWidgetSuccess = (data) => {
             if (typeof lookup === 'string') {