jwyu 1 year ago
parent
commit
ab3f19e367
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/views/report_manage/components/importSemantics.vue

+ 9 - 0
src/views/report_manage/components/importSemantics.vue

@@ -6,6 +6,7 @@
 				v-model="keyword"
 				size="medium"
 				prefix-icon="el-icon-search"
+                @input="handleChange"
 			/>
 		</div>
 		<div class="list" v-infinite-scroll="load" v-if="list.length>0">
@@ -63,6 +64,14 @@ export default {
             }
 		},
 
+        handleChange(){
+            console.log('aaa');
+            this.CurrentIndex=1
+            this.finished=false
+            this.list=[]
+            this.handleGetList()
+        },
+
         load(){
             if(this.finished) return
             this.CurrentIndex++