浏览代码

修改报告列表推送弹窗中控制能否推送bug、ppt插入对比文档图搜索

jwyu 1 年之前
父节点
当前提交
5638af5077

+ 8 - 0
src/views/ppt_manage/newVersion/components/editor/InsertSemantics.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">
@@ -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')

+ 1 - 1
src/views/report_manage/reportlist.vue

@@ -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;
           }
         }