@@ -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: {