From 773469386cf5346ac3477407e60737ede858b0ff Mon Sep 17 00:00:00 2001 From: Cloud Zhang <941187371@qq.com> Date: 星期三, 22 五月 2024 18:52:22 +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