Browse Source

修改bug

qukaidi 3 years ago
parent
commit
417a1a95c5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/saleLeads/detail.vue

+ 1 - 0
src/views/saleLeads/detail.vue

@@ -464,6 +464,7 @@ export default {
     submit() {
       let data = {
         ...this.form,
+        corpName:null,
         itemList: this.dataList
       }
       this.btnLoading = true;