yangbifan 2 vuotta sitten
vanhempi
commit
661998b95e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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();