From 45fb4b11ad51bb38306765b11a6747402e382cee Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Sat, 20 Feb 2021 17:37:33 +0800 Subject: [PATCH] fix --- hive-app/pages/workbench/productDetail/refillCard.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/hive-app/pages/workbench/productDetail/refillCard.vue b/hive-app/pages/workbench/productDetail/refillCard.vue index 85477ed..6202f2e 100644 --- a/hive-app/pages/workbench/productDetail/refillCard.vue +++ b/hive-app/pages/workbench/productDetail/refillCard.vue @@ -100,7 +100,6 @@ }); }); this.list = arr; - console.log(this.list) } } </script> -- Gitblit v1.9.1