浏览代码

Merge remote-tracking branch 'origin/master'

luoyifan 3 年之前
父节点
当前提交
5cd032998c
共有 2 个文件被更改,包括 1 次插入1 次删除
  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') {