Explorar o código

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

xdd hai 1 mes
pai
achega
bf86f444f9
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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();
     },