Refactor #3965 - context added Tree & CascadeSelect

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-29 12:22:01 +03:00
parent 34a3b7ead0
commit 6746570c97
4 changed files with 19 additions and 19 deletions

View file

@ -133,7 +133,7 @@ export default {
getCXOptions(key, params) {
return this.cx(key, {
...params,
cascadesub: this
context: this
});
}
},