|
@@ -28,7 +28,7 @@
|
|
|
<a-row class="image-list-heading vm-panel" style="padding: 8px 20px;">
|
|
|
<a-col :md="7" :sm="8" style="display:flex">
|
|
|
<a-form-item label="创意id">
|
|
|
- <a-input placeholder="请输入广告创意id" v-model="creativeId"></a-input>
|
|
|
+ <a-input placeholder="请输入广告创意id" v-model="creativeIdTwo"></a-input>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :md="7" :sm="8" style="display:flex">
|
|
@@ -231,7 +231,7 @@
|
|
|
data: function () {
|
|
|
return {
|
|
|
creativeName: "",
|
|
|
- creativeId: '',
|
|
|
+ creativeIdTwo: '',
|
|
|
visible: false,
|
|
|
visibleAll: false,
|
|
|
allLoading: false,
|
|
@@ -514,7 +514,7 @@
|
|
|
this.getDataList(localStorage.getItem('originalityKey'))
|
|
|
},
|
|
|
searchRe() {
|
|
|
- this.creativeId = ''
|
|
|
+ this.creativeIdTwo = ''
|
|
|
this.creativeName = ''
|
|
|
this.getDataList(localStorage.getItem('originalityKey'))
|
|
|
},
|
|
@@ -526,7 +526,7 @@
|
|
|
params.accountId = localStorage.getItem('accountId')
|
|
|
params.pageNo = this.ipagination.current
|
|
|
params.pageSize = this.ipagination.pageSize
|
|
|
- params.creativeId = this.creativeId
|
|
|
+ params.creativeId = this.creativeIdTwo
|
|
|
params.creativeName = this.creativeName
|
|
|
getAction('/kuaishou/batch/getCreativeList', params).then(res => {
|
|
|
if (res.code == 0) {
|