liting2017 лет назад: 6
Родитель
Сommit
4d077d3fcc
1 измененных файлов с 2 добавлено и 2 удалено
  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) {