From fd8a16e3f8c1b731a9840be1fc63f88e4c7ebb24 Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期一, 29 四月 2024 22:11:32 +0800 Subject: [PATCH] 完善了会议申请模块 --- ruoyi-ui/src/views/selfeconomy/selfeconomyInfo.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ruoyi-ui/src/views/selfeconomy/selfeconomyInfo.vue b/ruoyi-ui/src/views/selfeconomy/selfeconomyInfo.vue index 669e207..fb52189 100644 --- a/ruoyi-ui/src/views/selfeconomy/selfeconomyInfo.vue +++ b/ruoyi-ui/src/views/selfeconomy/selfeconomyInfo.vue @@ -376,6 +376,7 @@ if (id) { this.loading = true; getSelfEconomyInfo({id}).then((response) => { + console.log(response.data,'123123123') this.formData = response.data; if(this.formData.status==1) this.formData.status = '鏄�' -- Gitblit v1.9.1