@@ -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">
@@ -68,6 +69,13 @@ export default {
this.CurrentIndex++
this.handleGetList()
},
+ handleChange(){
+ console.log('aaa');
+ this.CurrentIndex=1
+ this.finished=false
+ this.list=[]
+ this.handleGetList()
+ },
handleClickItem(item){
this.$parent.chooseChart(item,'sandImage')
@@ -594,7 +594,7 @@ export default {
let tag = false;
this.tableData.forEach((item) => {
if (this.batches.includes(item.Id)) {
- if (item.NeedThsMsg != 0 && item.ThsMsgIsSend == 0) {
+ if (item.MsgIsSend== 0) {
tag = true;
}