Explorar o código

fix:代理商跟进type改为50

liuzl %!s(int64=2) %!d(string=hai) anos
pai
achega
2e11570c94
Modificáronse 1 ficheiros con 1 adicións e 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" />