File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
resources/js/components/widgets Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ export default {
79
79
};
80
80
},
81
81
mounted () {
82
- this .$bus .on (this .attrs .busClose , data => {
82
+ this .$bus .on (this .action .busClose , data => {
83
83
this .dialogTableVisible = false ;
84
84
});
85
85
},
86
86
destroyed () {
87
- this .$bus .off (this .attrs .busClose );
87
+ this .$bus .off (this .action .busClose );
88
88
},
89
89
methods: {
90
90
onClick () {
Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ export default {
40
40
};
41
41
},
42
42
mounted () {
43
- this .$bus .on (this .attrs .busClose , data => {
43
+ this .$bus .on (this .action .busClose , data => {
44
44
this .dialogTableVisible = false ;
45
45
});
46
46
},
47
47
destroyed () {
48
- this .$bus .off (this .attrs .busClose );
48
+ this .$bus .off (this .action .busClose );
49
49
},
50
50
methods: {
51
51
onClick () {
You can’t perform that action at this time.
0 commit comments