Sfoglia il codice sorgente

跟进动态修改

qymljy 1 anno fa
parent
commit
560d52ee1d

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

@@ -105,7 +105,7 @@ export default {
     },
     /*获取跟进类型*/
     async queryFollowUpType(){
-      const res = await this.$store.dispatch('optiontypeselect','datafollowuptype')
+      const res = await this.$store.dispatch('optiontypeselect','followuptype')
       this.followUpType = res.data
     },
     submitLog () {

+ 1 - 1
src/components/normal-basic-layout/details/modules/followUp/editLog.vue

@@ -94,7 +94,7 @@ export default {
     },
     /*获取跟进类型*/
     async queryFollowUpType(){
-      const res = await this.$store.dispatch('optiontypeselect','datafollowuptype')
+      const res = await this.$store.dispatch('optiontypeselect','followuptype')
       this.followUpType = res.data
     },
     onSuccess(res) {