Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jeecg-boot
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
jeecg-boot
Commits
341830c5
Commit
341830c5
authored
Dec 04, 2020
by
zhangdaiscott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.4版本更新后子表onlChange方法不生效 #2059
parent
ff45fe48
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
ant-design-vue-jeecg/src/components/jeecg/JVxeTable/components/JVxeTable.js
+2
-0
ant-design-vue-jeecg/src/components/jeecg/JVxeTable/mixins/JVxeCellMixins.js
+2
-0
No files found.
ant-design-vue-jeecg/src/components/jeecg/JVxeTable/components/JVxeTable.js
View file @
341830c5
...
...
@@ -864,6 +864,8 @@ export default {
trigger
(
name
,
event
=
{})
{
event
.
$target
=
this
event
.
$table
=
this
.
$refs
.
vxe
//online增强参数兼容
event
.
target
=
this
this
.
$emit
(
name
,
event
)
},
...
...
ant-design-vue-jeecg/src/components/jeecg/JVxeTable/mixins/JVxeCellMixins.js
View file @
341830c5
...
...
@@ -149,6 +149,8 @@ export default {
packageEvent
(
name
,
event
=
{})
{
event
.
row
=
this
.
row
event
.
column
=
this
.
column
//online增强参数兼容
event
.
column
[
'key'
]
=
this
.
column
[
'property'
]
event
.
cellTarget
=
this
if
(
!
event
.
type
)
{
event
.
type
=
name
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment