From bfdb9298d906c0dc262d0d441ac5b91d44f1e8a8 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 14 五月 2024 11:31:20 +0800 Subject: [PATCH] 11 --- src/views/project/tallage/computingBill/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/project/tallage/computingBill/index.vue b/src/views/project/tallage/computingBill/index.vue index 3d1becf..8e485f2 100644 --- a/src/views/project/tallage/computingBill/index.vue +++ b/src/views/project/tallage/computingBill/index.vue @@ -996,7 +996,7 @@ this.title = "鏂板涓撳璐规眹鎬诲崟"; //鑾峰彇鐧诲綍鑰呬俊鎭� getUserProfile().then(res => { - this.form.username = res.createBy; + this.form.username = res.data.createBy; }); }, -- Gitblit v1.9.3