|
@@ -615,6 +615,7 @@
|
|
|
// params.campaignId = localStorage.getItem('accountIdCreat')
|
|
|
params.pageSize = this.ipagination.pageSize
|
|
|
params.pageNo = this.ipagination.current
|
|
|
+ params.creativeName=this.keyWord
|
|
|
params.putStatus = this.putStatus == "0" ? null : this.putStatus
|
|
|
getAction('/MaterialRefuse/getRefuseCreative', params).then(res => {
|
|
|
if (res.code == 0) {
|