浏览代码

深度优化修改传参

liubei@c-top.com.cn 3 年之前
父节点
当前提交
3880ab82b1
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/modules/account-config/components/configuration-modal.vue

+ 2 - 1
src/views/modules/account-config/components/configuration-modal.vue

@@ -3732,7 +3732,8 @@ export default {
             paramsFormData.copywritingNumber = paramsFormData.copywritingNumber?paramsFormData.copywritingNumber:0
             paramsFormData.userId = this.userInfo().id;
             if (this.deepExternalShow == false) {
-                this.$delete(paramsFormData,'adDeepBidType')
+                paramsFormData.adDeepBidType = '';
+                // this.$delete(paramsFormData,'adDeepBidType')
                 this.$delete(paramsFormData,'adDeepCpabid')
             }
             if (this.adDeepCpabidShow == false) {