소스 검색

生产测试

yangbifan 2 년 전
부모
커밋
661998b95e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/main/terminals/advchecks.vue

+ 1 - 1
src/pages/main/terminals/advchecks.vue

@@ -532,7 +532,7 @@ export default {
   },
   mounted() {
     this.userInfo = JSON.parse(window.sessionStorage.userInfo);
-    this.advstatus = this.$route.query.type;
+    this.advstatus = String(this.$route.query.type);
     this.clickStatus = this.$route.query.type
     this.getList(this.$route.query.type);
     this.ctrlbtn();