liting2017 %!s(int64=7) %!d(string=hai) anos
pai
achega
4d077d3fcc
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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) {