Cloud Zhang
2024-05-22 1e41a759d4b0ee5b6072e5bd45d9938591f90bc9
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();