From bcb7d448ed2b1e2960e144a8eaf7ca7267400645 Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Wed, 10 Jul 2024 14:38:52 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9F=A5=E8=AF=A2=E8=BF=90=E8=90=A5?= =?UTF-8?q?=E5=95=86=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/views/financial/merchant.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/jsowell-ui/src/views/financial/merchant.vue b/jsowell-ui/src/views/financial/merchant.vue index 66c9ef23a..821657263 100644 --- a/jsowell-ui/src/views/financial/merchant.vue +++ b/jsowell-ui/src/views/financial/merchant.vue @@ -205,9 +205,7 @@ export default { }, getMerchantList() { getMerchantList().then((response) => { - console.log("getMerchantList response.rows:", response.data); this.merchantList = response.data; - console.log("getMerchantList merchantList", this.merchantList) }); }, /** 搜索按钮操作 */