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; }); }, - }, })