浏览代码

点击重置按钮,关联公司未清除

Guos 3 天之前
父节点
当前提交
63b1cba201
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/course/userCourse/index.vue

+ 1 - 0
src/views/course/userCourse/index.vue

@@ -407,6 +407,7 @@ export default {
     /** 重置按钮操作 */
     resetQuery() {
       this.resetForm("queryForm");
+      this.queryParams.companyIdsList=null;
       this.queryParams.isShow=this.activeName
       this.handleQuery();
     },