xs-common-plugins 1.2.5 → 1.2.6

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/README.md CHANGED
@@ -296,4 +296,14 @@
296
296
  ```
297
297
  1.2.2
298
298
  1. 组件样式
299
- ```
299
+ ```
300
+
301
+ ```
302
+ 1.2.5
303
+ 1. 处理 common.handleData 接口异常 callBack 不执行的问题
304
+ ```
305
+
306
+ ```
307
+ 1.2.6
308
+ 1.新增 el-input 回车执行查询方法
309
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xs-common-plugins",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "private": false,
5
5
  "description": "向上公共代码部分",
6
6
  "author": "祝玲云 <1902733517@qq.com>",
@@ -53,7 +53,7 @@
53
53
  :style="{ width: optionItem.itemWidth }">
54
54
  <el-input v-model="inputValue[optionItem.fieldName]" :placeholder="optionItem.defaultValue" @change="(value)=>{
55
55
  optionItem.change&&optionItem.change(value)
56
- }"></el-input>
56
+ }" @keydown.enter.native="toSearch"></el-input>
57
57
  </el-form-item>
58
58
  <!--下拉单选通过接口-->
59
59
  <el-form-item :label="optionItem.displayName"
@@ -177,7 +177,7 @@
177
177
  </div>
178
178
  <slot name="search_custemBtn" />
179
179
  <!-- <div class="buttonBox">
180
-
180
+
181
181
  <el-form-item v-if="!!getBtnContentIsOut().length">
182
182
  <el-dropdown
183
183
  trigger="click"