Commit c64bbc91 authored by huangjie's avatar huangjie

*

parent 84d41426
<template>
<div>
<el-card class="box-card noborder">
<div class="cardtitles">跟进记录</div>
<div class="cardtitles">{{indexname}}</div>
<!--<div style="height: 24px" v-if="showtype == 'projectgjdt'"></div>-->
<div class="records">
<div class="writeIn" v-if="isDisableds == false">
......@@ -158,6 +158,7 @@
name: 'gjjl',
data(){
return{
indexname:'跟进记录',
showtype:'',
isEdit:false,
value:'',
......@@ -194,6 +195,7 @@
this.showtype = this.types
//客户管理跟进动态
if(this.showtype == 'gjdt'){
this.indexname = '跟进动态'
this.isDisableds = false
getUserList().then(result=>{
this.glqylist = result.data
......@@ -206,6 +208,7 @@
}
//项目管理跟进动态
if(this.showtype == 'projectgjdt'){
this.indexname = '跟进动态'
this.isDisableds = false
this.projectId = null//项目id暂时清空,必须手选id
relateProject(this.userId).then(res=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment