src/pages/character/index.vue
@@ -468,8 +468,12 @@ }, // 高级搜索 onSubmit(val) { getAdvanceSearch(val).then((res) => { console.log(res, "接口调用成功"); getAdvanceSearch({ ...val, page: 1, pageSize: 100 }).then((res) => { console.log(res,"res"); }); }, // 点击下面的朝代按钮