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) }); }, /** 搜索按钮操作 */