codeMan 2 anos atrás
pai
commit
c5c877b2b2

+ 3 - 3
src/components/normal-basic-layout/details/modules/followUp/addLog.vue

@@ -124,6 +124,9 @@ export default {
       this.followUpType = res.data
     },
     submitLog () {
+      //"target":this.form.target,//目的
+      //"results":this.form.results,//结果
+      //"nextplan":this.form.nextplan,//下次跟进计划
       this.$refs.form.validate(async (valid)=>{
         if (!valid) return false
         const res = await this.$api.requested({
@@ -134,9 +137,6 @@ export default {
             "ownerid":this.$route.query.id,
             "type":this.form.type,
             "content":this.form.content,
-            //"target":this.form.target,//目的
-            //"results":this.form.results,//结果
-            //"nextplan":this.form.nextplan,//下次跟进计划
             "dataextend": {
               "contactsid": this.form.dataextend.contactsid // 跟进对象
             }