|
@@ -730,7 +730,7 @@ module.exports = {
|
|
|
},
|
|
|
//客户状态
|
|
|
getcustomerStatue: function (e) {
|
|
|
- if (e) {
|
|
|
+ if (e||e==0) {
|
|
|
let theType = '';
|
|
|
customerStatus.map(function (item) {
|
|
|
if (item.value == e) {
|
|
@@ -779,7 +779,7 @@ module.exports = {
|
|
|
},
|
|
|
//最新跟进
|
|
|
getfllowSituation: function (e) {
|
|
|
- if (e) {
|
|
|
+ if (e||e==0) {
|
|
|
let theType = '';
|
|
|
newFollow.map(function (item) {
|
|
|
if (item.value == e) {
|