From 6fe9ee6142b18be0926403396460537073a70a60 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 5 Jan 2024 19:01:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/accounts/payType.vue | 1 + src/views/product/addProduct/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/accounts/payType.vue b/src/views/accounts/payType.vue index 5c81727..def73f3 100644 --- a/src/views/accounts/payType.vue +++ b/src/views/accounts/payType.vue @@ -66,6 +66,7 @@ export default { this.loading = true paymentTypeApi().then(async res => { this.FormData = res.data + console.log({...this.FormData}); this.loading = false }).catch(res => { this.$message.error(res.message) diff --git a/src/views/product/addProduct/index.vue b/src/views/product/addProduct/index.vue index 1e34649..a0e55fb 100644 --- a/src/views/product/addProduct/index.vue +++ b/src/views/product/addProduct/index.vue @@ -953,7 +953,7 @@ -