|
@@ -908,15 +908,13 @@
|
|
class="common-input-long"
|
|
class="common-input-long"
|
|
v-model="configForm.creativeCallToAction"
|
|
v-model="configForm.creativeCallToAction"
|
|
>
|
|
>
|
|
- <a-select-option value="11">1111</a-select-option>
|
|
|
|
- <a-select-option value="22">2222</a-select-option>
|
|
|
|
- <!-- <a-select-option
|
|
|
|
|
|
+ <a-select-option
|
|
v-for="(item, index) in configForm.creativeOptions"
|
|
v-for="(item, index) in configForm.creativeOptions"
|
|
:key="index + 1"
|
|
:key="index + 1"
|
|
:value="item"
|
|
:value="item"
|
|
>
|
|
>
|
|
{{ item }}
|
|
{{ item }}
|
|
- </a-select-option> -->
|
|
|
|
|
|
+ </a-select-option>
|
|
</a-select>
|
|
</a-select>
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
<a-form-model-item label="来源" prop="creativeSource">
|
|
<a-form-model-item label="来源" prop="creativeSource">
|
|
@@ -3079,10 +3077,6 @@ export default {
|
|
this.$message.error('请添加卖点');
|
|
this.$message.error('请添加卖点');
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- // if (this.isTAwemeStatus && !paramsFormData.creativeCallToAction) {
|
|
|
|
- // this.$message.error('行动号召不能为空');
|
|
|
|
- // return;
|
|
|
|
- // }
|
|
|
|
if (!this.creativeTag.length) {
|
|
if (!this.creativeTag.length) {
|
|
this.$message.error('请添加标签');
|
|
this.$message.error('请添加标签');
|
|
return;
|
|
return;
|