Parcourir la source

Merge branch 'master' into 'master'

生产测试

See merge request spfm/spfm-market-front!359
杨壁繁 il y a 2 ans
Parent
commit
1854a73ca5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();