feat:专家智能体评选分组和维度删除功能

This commit is contained in:
liailing1026
2026-03-01 22:41:19 +08:00
parent ceee955b44
commit f0f0d5bdcd
5 changed files with 122 additions and 11 deletions

View File

@@ -73,6 +73,10 @@ watch(
// 监听对话框显示状态变化
watch(dialogVisible, val => {
emit('update:modelValue', val)
// 当对话框关闭时,重置 loading 状态
if (!val) {
loading.value = false
}
})
// 确认删除