vue2-client 1.14.97 → 1.14.99

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.14.97",
3
+ "version": "1.14.99",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -638,8 +638,8 @@ export default {
638
638
  * @param fun 向上级传递的事件
639
639
  */
640
640
  action (record, id, actionType, fun = 'action', index) {
641
- this.$emit('innerXFormTableEmit', fun, record, id, actionType, index)
642
- this.$emit(fun, record, id, actionType, index)
641
+ this.$emit('innerXFormTableEmit', fun, record, id, actionType, index, this)
642
+ this.$emit(fun, record, id, actionType, index, this)
643
643
  },
644
644
  treeOnChecked (checkedKeys, deepNodes, deepKeys) {
645
645
  this.$emit('treeOnChecked', checkedKeys, deepNodes, deepKeys)