Explorar el Código

fix:代理商跟进type改为50

liuzl hace 2 años
padre
commit
2e11570c94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/base/agent/detail.vue

+ 1 - 1
src/views/base/agent/detail.vue

@@ -116,7 +116,7 @@
             <business-target v-if="activeName == 'business'" />
           </el-tab-pane>
           <el-tab-pane label="跟进记录" name="follow">
-            <follow v-if="activeName == 'follow'" target-type="60" />
+            <follow v-if="activeName == 'follow'" target-type="50" />
           </el-tab-pane>
           <el-tab-pane label="联系人" name="contacts">
             <contacts v-if="activeName == 'contacts'" @initRecords="getRecord" />