Browse Source

BUG修复

seimin 3 years ago
parent
commit
18b87dfaf9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/solved.vue

+ 3 - 0
src/views/solved.vue

@@ -448,6 +448,9 @@ export default {
448
               value: v.id
448
               value: v.id
449
             });
449
             });
450
           });
450
           });
451
+          if(that.handleResultArr.length){
452
+            that.handleResult = that.handleResultArr[0].value;
453
+          }
451
         });
454
         });
452
     },
455
     },
453
     // 获取满意度评价
456
     // 获取满意度评价