소스 검색

flex:修复资料审核BUG

Tang 3 년 전
부모
커밋
b0249f05c9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/education/dataReview/dataConfig/index.vue

+ 1 - 0
src/views/education/dataReview/dataConfig/index.vue

@@ -601,6 +601,7 @@ export default {
             }
             item.keyValueArrays = arst;
           });
+          this.activeIndex = 0;
           this.recordList = res.rows;
           this.dialogVisibleRecord = true;
         });