提交 df70c857 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 abc9416b
...@@ -31,7 +31,6 @@ const listOptions = computed(() => { ...@@ -31,7 +31,6 @@ const listOptions = computed(() => {
listParams.type_id = '' listParams.type_id = ''
} else { } else {
params.updated_operator = listParams.updated_operator params.updated_operator = listParams.updated_operator
params.type_id = listParams.type_id
} }
return params return params
} }
...@@ -117,7 +116,9 @@ function handleRule(row: Label) { ...@@ -117,7 +116,9 @@ function handleRule(row: Label) {
function handleSelect(id: string) { function handleSelect(id: string) {
listParams.type_id = id listParams.type_id = id
appList?.refetch() nextTick(() => {
appList?.refetch()
})
} }
</script> </script>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论