|
@@ -2883,9 +2883,9 @@ export default {
|
|
adDeepBidTypeChange(e){
|
|
adDeepBidTypeChange(e){
|
|
if (e.target.value == 'AUTO_MIN_SECOND_STAGE') {
|
|
if (e.target.value == 'AUTO_MIN_SECOND_STAGE') {
|
|
this.adDeepCpabidShow = false;
|
|
this.adDeepCpabidShow = false;
|
|
- this.configForm.adDeepCpabid = 0.1;
|
|
|
|
}else{
|
|
}else{
|
|
this.adDeepCpabidShow = true;
|
|
this.adDeepCpabidShow = true;
|
|
|
|
+ this.configForm.adDeepCpabid = 0.1;
|
|
}
|
|
}
|
|
},
|
|
},
|
|
handleGetDetailList() {
|
|
handleGetDetailList() {
|
|
@@ -2993,6 +2993,7 @@ export default {
|
|
}
|
|
}
|
|
this.configForm.adDeepBidType = detailData.adDeepBidType;
|
|
this.configForm.adDeepBidType = detailData.adDeepBidType;
|
|
this.configForm.adDeepCpabid = detailData.adDeepCpabid;
|
|
this.configForm.adDeepCpabid = detailData.adDeepCpabid;
|
|
|
|
+ console.log( this.configForm.adDeepBidType, this.configForm.adDeepCpabid);
|
|
|
|
|
|
})
|
|
})
|
|
|
|
|
|
@@ -3734,6 +3735,9 @@ export default {
|
|
this.$delete(paramsFormData,'adDeepBidType')
|
|
this.$delete(paramsFormData,'adDeepBidType')
|
|
this.$delete(paramsFormData,'adDeepCpabid')
|
|
this.$delete(paramsFormData,'adDeepCpabid')
|
|
}
|
|
}
|
|
|
|
+ if (this.adDeepCpabidShow == false) {
|
|
|
|
+ this.$delete(paramsFormData,'adDeepCpabid')
|
|
|
|
+ }
|
|
// if (typeof paramsFormData.creativeImageMode == 'object'){
|
|
// if (typeof paramsFormData.creativeImageMode == 'object'){
|
|
// paramsFormData.creativeImageMode = paramsFormData.creativeImageMode.toString()
|
|
// paramsFormData.creativeImageMode = paramsFormData.creativeImageMode.toString()
|
|
// }
|
|
// }
|