|
@@ -269,6 +269,7 @@ export default {
|
|
|
})
|
|
})
|
|
|
this.tool.showMessage(res,()=>{
|
|
this.tool.showMessage(res,()=>{
|
|
|
this.param.content.ownerid = res.data.sys_taskid
|
|
this.param.content.ownerid = res.data.sys_taskid
|
|
|
|
|
+ this.$refs.form.resetFields()
|
|
|
/* this.bindData = {
|
|
/* this.bindData = {
|
|
|
"ownertable": 'sys_task',
|
|
"ownertable": 'sys_task',
|
|
|
"ownerid": res.data.sys_taskid,
|
|
"ownerid": res.data.sys_taskid,
|
|
@@ -317,11 +318,14 @@ export default {
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
onCancel(){
|
|
onCancel(){
|
|
|
|
|
+ this.$refs.form.resetFields()
|
|
|
this.assistShow = false
|
|
this.assistShow = false
|
|
|
this.leaderShow = false
|
|
this.leaderShow = false
|
|
|
this.dialogTableVisible = false
|
|
this.dialogTableVisible = false
|
|
|
|
|
+ this.form.remarks = ''
|
|
|
},
|
|
},
|
|
|
follow(content,type,contacts){
|
|
follow(content,type,contacts){
|
|
|
|
|
+ console.log(content,'content')
|
|
|
if (this.typeTask === '我的客户' || this.typeTask === '项目商机'){
|
|
if (this.typeTask === '我的客户' || this.typeTask === '项目商机'){
|
|
|
if (contacts.length === 0){
|
|
if (contacts.length === 0){
|
|
|
this.form.remarks = '跟进类型:'+type+'\n'+ content
|
|
this.form.remarks = '跟进类型:'+type+'\n'+ content
|