From 40f52f079fb44bcb0b93bdc6fc41f23275365000 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 24 十一月 2023 08:23:11 +0800
Subject: [PATCH] #
---
pages/business/pricing/contract.vue | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/pages/business/pricing/contract.vue b/pages/business/pricing/contract.vue
index a9ab1d7..805d4d8 100644
--- a/pages/business/pricing/contract.vue
+++ b/pages/business/pricing/contract.vue
@@ -48,7 +48,7 @@
user: {
username: '',
id: 0,
- type: ''
+ type: 'user_id'
},
falg: true,
list: []
@@ -87,7 +87,6 @@
data: param,
success(res) {
res = res.data
- console.log(res);
// return
if (res.code === 200) {
for (let k of res.data.records) {
@@ -116,7 +115,6 @@
},
async getDetail() {
let res = await user.getDetail()
- console.log(res);
if (res.code === 200) {
this.user.username = res.data.username
this.user.id = res.data.id
--
Gitblit v1.9.1