|
|
@@ -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 => {
|