创建任务

This commit is contained in:
lq
2025-09-24 16:27:52 +08:00
parent 20fb29f3af
commit 7bb1984b3b
4 changed files with 16 additions and 6 deletions

View File

@ -393,6 +393,7 @@ const handleProductDrawerVisibleChange = (visible: boolean) => {
// 处理筛选条件变化
const handleChange = (field, value) => {
localQuery.value[field] = value;
localQuery.value.ids = [value];
emit('filter-change', {
accounts: localQuery.value.accounts,
});