Bladeren bron

问题修改

liuyifan 5 jaren geleden
bovenliggende
commit
4df281279b
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      fuwaiCallCenterWeb.UI/src/views/telCall/restDay/index.vue

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

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