diff --git a/src/views/goods/filter/Index.vue b/src/views/goods/filter/Index.vue index 402f9b5..69e6199 100644 --- a/src/views/goods/filter/Index.vue +++ b/src/views/goods/filter/Index.vue @@ -177,9 +177,7 @@ export default { if (keys.length === 0) { return } - console.log(keys) keys.splice(index, 1) // 第二个参数1表示删除一个元素 - console.log(keys) $nextTick(() => { form.setFieldsValue({ fliter_condition: keys