Explorar el Código

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

xdd hace 1 mes
padre
commit
bf86f444f9
Se han modificado 1 ficheros con 4 adiciones y 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();
     },