@@ -649,6 +649,10 @@ export default {
},
/** 搜索按钮操作 */
handleQuery() {
+ if(this.queryParams.companyId == null) {
+ this.$message.warning("公司为必选!");
+ return;
+ }
this.queryParams.pageNum = 1;
this.getList();