vue2-client 1.4.8 → 1.4.9

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/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Change Log
2
2
  > 所有关于本项目的变化都在该文档里。
3
3
 
4
- **1.4.8 -2022-09-19 @江超**
4
+ **1.4.8 - 1.4.9 -2022-09-19 @江超**
5
5
  - 功能修改:
6
6
  - 修复多个操作列的事件方法
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.4.8",
3
+ "version": "1.4.9",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -340,8 +340,8 @@ export default {
340
340
  callback(result)
341
341
  },
342
342
  // 详情按钮事件
343
- action (record, id) {
344
- this.$emit('action', record, id)
343
+ action (record, id, actionType) {
344
+ this.$emit('action', record, id, actionType)
345
345
  },
346
346
  // 获取数据字段实际值
347
347
  getRealKey (key) {