yangbifan 2 år sedan
förälder
incheckning
661998b95e
1 ändrade filer med 1 tillägg och 1 borttagningar
  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();