From b7b4510ab85d9c3a31645f56e3d799ad817d9762 Mon Sep 17 00:00:00 2001
From: bfwms <1>
Date: 星期二, 30 九月 2025 08:36:43 +0800
Subject: [PATCH] 订单不转历史

---
 src/main/webapp/views/wrkMast/wrkDetl.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/wrkMast/wrkDetl.html b/src/main/webapp/views/wrkMast/wrkDetl.html
index af87049..132a439 100644
--- a/src/main/webapp/views/wrkMast/wrkDetl.html
+++ b/src/main/webapp/views/wrkMast/wrkDetl.html
@@ -71,6 +71,7 @@
                 statusCode: 200
             },
             done: function(res, curr, count) {
+                console.log(res)
                 if (res.code === 403) {
                     top.location.href = baseUrl+"/";
                 }

--
Gitblit v1.9.1