From 1e41a759d4b0ee5b6072e5bd45d9938591f90bc9 Mon Sep 17 00:00:00 2001 From: Cloud Zhang <941187371@qq.com> Date: 星期三, 22 五月 2024 20:21:06 +0800 Subject: [PATCH] 侧边框优化 --- src/views/tigerprojects/mes/eng/routelist/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/tigerprojects/mes/eng/routelist/index.vue b/src/views/tigerprojects/mes/eng/routelist/index.vue index 5af5cea..0324863 100644 --- a/src/views/tigerprojects/mes/eng/routelist/index.vue +++ b/src/views/tigerprojects/mes/eng/routelist/index.vue @@ -84,7 +84,7 @@ go('/RouteDetail/' + record.ID); } else { createErrorModal({ - title: t('鎻愮ず'), + title: t('璀﹀憡'), content: t('宸ヨ壓璺嚎鏈惎鐢ㄤ笉鑳借璁�'), getContainer: () => document.body, }); @@ -94,7 +94,7 @@ function handleDelete(record: Recordable) { console.log(record); //鍒犻櫎宸ヨ壓璺嚎 - const apiAction = DeleteRoute(record); + const apiAction = DeleteRoute(record.ID); apiAction.then((action) => { if (action.IsSuccessed) { reload(); -- Gitblit v1.9.3