diff --git a/src/renderer/components/ft-input/ft-input.js b/src/renderer/components/ft-input/ft-input.js index ca58efff..6e7869d9 100644 --- a/src/renderer/components/ft-input/ft-input.js +++ b/src/renderer/components/ft-input/ft-input.js @@ -92,6 +92,11 @@ export default Vue.extend({ if (val !== oldVal) { this.updateVisibleDataList() } + }, + inputData(val, oldVal) { + if (val !== oldVal) { + this.updateVisibleDataList() + } } }, mounted: function () {