Explorar o código

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

seimin %!s(int64=3) %!d(string=hai) anos
pai
achega
660ed57be7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;