|
@@ -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 () {
|