jz.kai 3 years ago
parent
commit
c2d2ee1ecb
1 changed files with 1 additions and 4 deletions
  1. 1 4
      src/views/job/recruitment-list.vue

+ 1 - 4
src/views/job/recruitment-list.vue

@@ -373,10 +373,7 @@ export default {
     },
   },
   mounted: function () {
-    if(this.queryModel.companyId == "" && this.$route.query.companyId != "undefined"){
-      alert(1);
-      this.queryModel.companyId = this.$route.query.companyId;
-    }
+    this.queryModel.companyId = this.$route.query.companyId;
     this.changePage(1);
   },
   components: {