提交 7a01a51a 编写于 作者: lyf's avatar lyf

添加稍后跟进

上级 340a9f99
...@@ -269,6 +269,10 @@ export const ALL_TAB_LIST = [ ...@@ -269,6 +269,10 @@ export const ALL_TAB_LIST = [
label: '待匹配', label: '待匹配',
active: '2' active: '2'
}, },
{
label: '稍后跟进',
active: '101'
},
{ {
label: '已匹配', label: '已匹配',
active: '21' active: '21'
......
...@@ -592,6 +592,7 @@ export default { ...@@ -592,6 +592,7 @@ export default {
}, },
// tab切换 // tab切换
handleClick(val) { handleClick(val) {
console.log("this.fromType",this.fromType)
for (let i = 0; i < this.tabpaneList.length; i++) { for (let i = 0; i < this.tabpaneList.length; i++) {
if (this.tabpaneList[i].active == val.paneName) { if (this.tabpaneList[i].active == val.paneName) {
this.tabpaneList[i].isdot = false; this.tabpaneList[i].isdot = false;
...@@ -604,7 +605,7 @@ export default { ...@@ -604,7 +605,7 @@ export default {
: val.paneName == 101 || val.paneName == 102 : val.paneName == 101 || val.paneName == 102
? "21" ? "21"
: val.paneName; : val.paneName;
if (this.fromType == 5 && this.searchParam.status) { if ((this.fromType == 5||this.fromType == 1) && this.searchParam.status) {
if (val.paneName == 101) { if (val.paneName == 101) {
this.searchParam.hasToFollowReason = 1; this.searchParam.hasToFollowReason = 1;
} else { } else {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册