Skip to content

Commit 92cc91b

Browse files
committed
fix free text search remains even after re-edit
1 parent 72b6acd commit 92cc91b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Records/Search/Input/AdvancedSearch/AdvancedSearchDialogBox.vue

+1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ export default {
205205
watch: {
206206
getEditDialogStatus(newValue) {
207207
this.dialog = newValue;
208+
this.updatedAdvancedSearchText = this.getAdvancedSearchText
208209
},
209210
getAdvancedSearchDialogStatus(newValue) {
210211
this.dialog = newValue;

0 commit comments

Comments
 (0)