|
@@ -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;
|