소스 검색

feat: 课程数据汇总新增销售端

xdd 1 개월 전
부모
커밋
bf86f444f9
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/views/course/courseUserStatistics/statistics.vue

+ 4 - 0
src/views/course/courseUserStatistics/statistics.vue

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