Browse Source

首页最新报修状态缺少未转换

seimin 3 years ago
parent
commit
660ed57be7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/indes.vue

+ 1 - 1
src/views/indes.vue

@@ -242,7 +242,7 @@ export default {
242
               new Date(that.newRapirData[0].createTime),
242
               new Date(that.newRapirData[0].createTime),
243
               "MM-dd hh:mm"
243
               "MM-dd hh:mm"
244
             );
244
             );
245
-            if (that.newRapirData[0].state.name == "未受理") {
245
+            if (that.newRapirData[0].state.name == "未受理" || that.newRapirData[0].state.name == "未转换") {
246
               that.state = 1;
246
               that.state = 1;
247
             } else if (that.newRapirData[0].state.name == "已转换") {
247
             } else if (that.newRapirData[0].state.name == "已转换") {
248
               that.state = 2;
248
               that.state = 2;