liting2017 6 years ago
parent
commit
4d077d3fcc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/component/tools.js

+ 2 - 2
js/component/tools.js

@@ -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) {