From d9b7d93c73ed46794577bff16445ce9f6d13b184 Mon Sep 17 00:00:00 2001 From: GUjiYN <2946459904@qq.com> Date: Tue, 16 Apr 2024 20:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=95=B0=E6=8D=AE=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/personal/project/charge.vue | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/views/personal/project/charge.vue b/src/views/personal/project/charge.vue index 9590dd9..2e5d319 100644 --- a/src/views/personal/project/charge.vue +++ b/src/views/personal/project/charge.vue @@ -51,6 +51,26 @@ {{ row.cycle }} + + + + + + + + + + + +
@@ -81,6 +101,7 @@ export default defineComponent({ }, methods:{ getList() { + console.log("use token:", this.token) this.listLoading = true; GetProject(this.projId, this.token).then(response => { console.log("完整响应内容:", response); @@ -95,7 +116,6 @@ export default defineComponent({ this.listLoading = false; }); }, - }, })