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 @@ -