From cfb54db98e8b6353346afea41b5d9267211d1779 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期日, 29 九月 2024 14:06:49 +0800 Subject: [PATCH] just refactor --- src/views/ecg/doctor/DevInstall.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/ecg/doctor/DevInstall.vue b/src/views/ecg/doctor/DevInstall.vue index f89db31..c8e3804 100644 --- a/src/views/ecg/doctor/DevInstall.vue +++ b/src/views/ecg/doctor/DevInstall.vue @@ -259,7 +259,6 @@ const getSelectedRent = async (rentId) => { formData.value = await DevRentApi.getDevRent(rentId) - getDevInfo() } const cancelInstall = async () => { -- Gitblit v1.9.3