jz.kai il y a 3 ans
Parent
commit
c2d2ee1ecb
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  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: {