From 46ad2f7ca1e88ec1581801f391d5dd100b88228a Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期六, 07 六月 2025 16:27:58 +0800 Subject: [PATCH] art: 设备管理-设备维修 按钮权限添加 --- src/views/tms/modules/outBound/OutboundDetailSelectList.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/tms/modules/outBound/OutboundDetailSelectList.vue b/src/views/tms/modules/outBound/OutboundDetailSelectList.vue index 6ba9e73..2d7a3d3 100644 --- a/src/views/tms/modules/outBound/OutboundDetailSelectList.vue +++ b/src/views/tms/modules/outBound/OutboundDetailSelectList.vue @@ -157,7 +157,7 @@ ], url: { list: "/tms/outboundOrder/listOutboundDetailByMainId", - outbound: "/tms/outboundOrder/outBound", + outbound: "/tms/outboundOrder/outBoundByApply", delete: "/tms/outboundOrder/deleteOutboundDetail", deleteBatch: "/tms/outboundOrder/deleteBatchOutboundDetail", exportXlsUrl: "/tms/outboundOrder/exportOutboundDetail", -- Gitblit v1.9.3