From 7dd1cf55eda4666b75f559b526837d0b4a6f2522 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期二, 08 十月 2024 15:14:57 +0800 Subject: [PATCH] update --- src/views/ecg/doctor/DevInstall.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/ecg/doctor/DevInstall.vue b/src/views/ecg/doctor/DevInstall.vue index 84c89f9..bfa5146 100644 --- a/src/views/ecg/doctor/DevInstall.vue +++ b/src/views/ecg/doctor/DevInstall.vue @@ -52,7 +52,7 @@ <el-table-column label="瑁呮満鎯呭喌" align="center" prop="lost" > <template #default="scope"> <span v-if="scope.row.jobType === 10">"宸茶鏈�"</span> - <span v-if="scope.row.jobType === 30">"宸叉斁寮�"</span> + <span v-if="scope.row.jobType === 35">"宸叉斁寮�"</span> </template> </el-table-column> <!-- <el-table-column label="浣滀笟绫诲瀷" align="center" prop="jobType" />--> @@ -237,7 +237,7 @@ const queryParams = reactive({ pageNo: 1, pageSize: 10, - jobType: [10, 30], + jobType: [10, 35], docId: undefined, docName: undefined, devId: undefined, @@ -272,11 +272,11 @@ const cancelInstall = async () => { const data = formData.value as unknown as DevRentVO if (formData.value.id === null || formData.value.id === undefined) { - const result = await DevRentApi.devCancel(data) + const result = await DevRentApi.devInstallCancel(data) formData.value.id = result message.success(t('鎿嶄綔鎴愬姛')) } else { - await DevRentApi.devCancel(data) + await DevRentApi.devInstallCancel(data) message.success(t('鎿嶄綔鎴愬姛')) } // 鍙戦�佹搷浣滄垚鍔熺殑浜嬩欢 -- Gitblit v1.9.3