修改查询

This commit is contained in:
yangjun 2024-09-30 13:04:10 +08:00
parent a9a659c977
commit 892830bf59
2 changed files with 7 additions and 3 deletions

View File

@ -181,7 +181,7 @@
<a-card title="引用题库">
<p><a-button type="primary" @click="handleYylx('0')" :disabled="editDisabled">我的题库</a-button></p>
<p><a-button type="primary" @click="handleYylx('1')" :disabled="editDisabled">公有题库</a-button></p>
<p><a-button type="primary" @click="importOpen = true">导入试题</a-button></p>
<!-- <p><a-button type="primary" @click="importOpen = true">导入试题</a-button></p> -->
</a-card>
</a-col>
<a-col :span="20" style="overflow-y: scroll; min-height: 100px">
@ -631,8 +631,8 @@
<a-button type="primary" @click="handleSzzycs(1)"><Icon icon="ant-design:edit-outlined" />修改课程测验次数</a-button>
<a-divider type="vertical" />
<a-button type="primary" @click="handleAddOne"><Icon icon="ant-design:file-add-outlined" />新增测验</a-button>
<a-divider type="vertical" />
<a-button type="primary" @click="handleTiku('6')" style="margin-left: 8px; margin-right: 18px">题库</a-button>
<!-- <a-divider type="vertical" />
<a-button type="primary" @click="handleTiku('6')" style="margin-left: 8px; margin-right: 18px">题库</a-button> -->
</a-col>
<a-col :span="24">
<a-row style="padding: 10px">

View File

@ -1694,6 +1694,10 @@ function searchQuery() {
*/
function searchReset() {
queryParam.value = {};
queryParam.value.queryType = queryType.value;
queryParam.value.rwbh = rwbh;
queryParam.value.ywid = zyInfo.value.id;
console.log(`🚀 ~ searchReset ~ rwbh:`, rwbh)
total.value = 1;
searchQueryZyxq();
}