|
@@ -701,7 +701,7 @@ export default {
|
|
|
if (this.listQuery.keyword == '') {
|
|
|
this.$util.msg('请输入搜索关键词', 2000)
|
|
|
} else {
|
|
|
- this.cmsKeywordHits(this.listQuery.keyword)
|
|
|
+ this.cmsKeywordHits({ keyword: this.listQuery.keyword })
|
|
|
switch (this.searchKeyType) {
|
|
|
case 1:
|
|
|
this.listData = []
|