From 8bfe1168a42d4e3750a15b0c0fb0a7629d6cf91c Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 01 四月 2026 17:46:53 +0800
Subject: [PATCH] #日志清理与手动操作权限
---
src/main/webapp/static/js/wrkMast/wrkMast.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/js/wrkMast/wrkMast.js b/src/main/webapp/static/js/wrkMast/wrkMast.js
index 6e48597..a2811c7 100644
--- a/src/main/webapp/static/js/wrkMast/wrkMast.js
+++ b/src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -308,7 +308,7 @@
cancelButtonText: "鍙栨秷"
}).then(function () {
$.ajax({
- url: baseUrl + "/openapi/completeTask",
+ url: baseUrl + "/wrkMast/complete/auth",
contentType: "application/json",
headers: { token: localStorage.getItem("token") },
data: JSON.stringify({ wrkNo: row.wrkNo }),
@@ -339,7 +339,7 @@
cancelButtonText: "鍙栨秷"
}).then(function () {
$.ajax({
- url: baseUrl + "/openapi/cancelTask",
+ url: baseUrl + "/wrkMast/cancel/auth",
contentType: "application/json",
headers: { token: localStorage.getItem("token") },
data: JSON.stringify({ wrkNo: row.wrkNo }),
--
Gitblit v1.9.1