Przeglądaj źródła

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

seimin 3 lat temu
rodzic
commit
660ed57be7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/indes.vue

+ 1 - 1
src/views/indes.vue

@@ -242,7 +242,7 @@ export default {
242 242
               new Date(that.newRapirData[0].createTime),
243 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 246
               that.state = 1;
247 247
             } else if (that.newRapirData[0].state.name == "已转换") {
248 248
               that.state = 2;