Calling updateVisibleDataList on inputData update (#2601)

This commit is contained in:
Emma 2022-09-21 02:01:00 -04:00 committed by GitHub
parent c4722c9533
commit b722435a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,11 @@ export default Vue.extend({
if (val !== oldVal) {
this.updateVisibleDataList()
}
},
inputData(val, oldVal) {
if (val !== oldVal) {
this.updateVisibleDataList()
}
}
},
mounted: function () {