创建任务
This commit is contained in:
@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user