浏览代码

bigfix: 问卷详情章节名称检索

wangggziwen 10 月之前
父节点
当前提交
bf9e81f859
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ruoyi-ui/src/views/rc/chapter/index.vue

+ 2 - 0
ruoyi-ui/src/views/rc/chapter/index.vue

@@ -9,6 +9,7 @@
         size="small"
         prefix-icon="el-icon-search"
         style="margin-bottom: 20px"
+        @change="getList()"
       />
       </div>
       <div class="head-container">
@@ -87,6 +88,7 @@ export default {
     },
     /** 查询章节列表 */
     getList(auditId) {
+      console.log(this.queryParams)
       this.loading = true;
       if (auditId != null) {
         this.queryParams.auditId = auditId;