修复
107 系统管理-》基础数据-》科室管理:科室分类筛选条件无效
This commit is contained in:
@@ -386,6 +386,12 @@ function parseClassEnumValues(value) {
|
|||||||
/** 搜索按钮操作 */
|
/** 搜索按钮操作 */
|
||||||
function handleQuery() {
|
function handleQuery() {
|
||||||
queryParams.value.pageNo = 1;
|
queryParams.value.pageNo = 1;
|
||||||
|
if (Array.isArray(queryParams.value.classEnum)) {
|
||||||
|
queryParams.value.classEnum =
|
||||||
|
queryParams.value.classEnum.length > 0
|
||||||
|
? queryParams.value.classEnum.join(',')
|
||||||
|
: undefined;
|
||||||
|
}
|
||||||
getPageList();
|
getPageList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user