删除一些插件的映射 sourcemap 代码 https://gitee.com/beikeshop/beikeshop/issues/I61OJM?from=project-issue
This commit is contained in:
parent
b5db580ee5
commit
6f5147edb8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -34,7 +34,6 @@
|
|||
size="small"
|
||||
:fetch-suggestions="querySearch"
|
||||
placeholder="{{ __('admin/builder.modules_keywords_search') }}"
|
||||
:trigger-on-focus="false"
|
||||
:highlight-first-item="true"
|
||||
@select="handleSelect"
|
||||
></el-autocomplete>
|
||||
|
|
@ -119,10 +118,6 @@ Vue.component('module-editor-tab-product', {
|
|||
},
|
||||
|
||||
querySearch(keyword, cb) {
|
||||
if (!keyword) {
|
||||
return;
|
||||
}
|
||||
|
||||
$http.get('products/autocomplete?name=' + encodeURIComponent(keyword), null, {hload:true}).then((res) => {
|
||||
cb(res.data);
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue