Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
396572590@qq.com
2022-07-12 11:09:26 +08:00
@@ -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()
}, },