[update] 一般检索,查询其他筛选条件接口增加标准状态设置字段

This commit is contained in:
lideqin
2024-03-21 11:11:21 +08:00
parent 26b9ef2d38
commit 55913001b4
@@ -230,6 +230,8 @@ export default {
param.searchMode = this.retrievalModeCurrent
// 检索内容
param.searchContent = this.searchValue
// 标准状态设置
param.standardStateSet = this.standardStatusSetCurrent
let func
if (this.retrievalModeCurrent === '1') {
func = getSearchParamNumFullText
@@ -414,6 +416,7 @@ export default {
showQuickJumper: true,
showSizeChanger: true
}
this.initFilterData()
this.onSearch()
},
// 其他检索条件改变