Ver código fonte

已转换改成已受理

seimin 3 anos atrás
pai
commit
026ecc0cd3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/indes.vue

+ 1 - 1
src/views/indes.vue

@@ -253,7 +253,7 @@ export default {
253 253
             );
254 254
             if (that.newRapirData[0].state.name == "未受理" || that.newRapirData[0].state.name == "未受理") {
255 255
               that.state = 1;
256
-            } else if (that.newRapirData[0].state.name == "已转换") {
256
+            } else if (that.newRapirData[0].state.name == "已受理") {
257 257
               that.state = 2;
258 258
             } else if (that.newRapirData[0].state.name == "处理中") {
259 259
               that.state = 3;