瀏覽代碼

问题修改

liuyifan 5 年之前
父節點
當前提交
4df281279b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fuwaiCallCenterWeb.UI/src/views/telCall/restDay/index.vue

+ 1 - 1
fuwaiCallCenterWeb.UI/src/views/telCall/restDay/index.vue

@@ -265,7 +265,7 @@ export default {
265 265
         const params = {
266 266
           pageindex: this.pageParams.pageindex, // 第几页
267 267
           pagesize: this.pageParams.pagesize, // 每页几条信息
268
-          key: this.keyword, // 否	string	关键字,根据备注模糊查询
268
+          key: this.keyword.replace(/\s+/g,""), // 否	string	关键字,根据备注模糊查询
269 269
           groupcode: this.group	// 否	string	坐席组编号(下拉)
270 270
         }
271 271
         getWordDayLists(params).then(response => {