问答库查询 清空导致查询失效

This commit is contained in:
yuezhihang
2022-07-12 10:36:55 +08:00
parent 1c00c2d5ba
commit 04b4b66fe0
@@ -34,7 +34,7 @@
</el-form> </el-form>
</div> </div>
<div class="tab-box"> <div class="tab-box">
<el-table <el-table
ref="selections" ref="selections"
tooltip-effect="dark" tooltip-effect="dark"
@@ -949,6 +949,8 @@ export default {
standardEncdoing: '', //标准编号 standardEncdoing: '', //标准编号
questioner: this.$store.getters.userInfo.userId, //提问人 questioner: this.$store.getters.userInfo.userId, //提问人
problemDescription: '', //关键词/问题描述 problemDescription: '', //关键词/问题描述
page:1,
pageSize:this.$store.getters.userInfo.configContent,
} }
this.searchBtn() this.searchBtn()
}, },