From a84052e14cd5db392846283e9421fa80f05a39eb Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 10 十月 2023 14:16:55 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/order/order.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js
index 0a44d44..1a2ec37 100644
--- a/src/main/webapp/static/js/order/order.js
+++ b/src/main/webapp/static/js/order/order.js
@@ -376,7 +376,7 @@
     }
 
     /* 寮圭獥 - 鍏跺畠鍑哄樊 */
-    function businessOther(mData) {
+    function businessOther(orderId) {
         admin.open({
             type: 1,
             area: '1500px',
@@ -390,7 +390,7 @@
                     data.field.orderId=orderId
                     console.log(orderId)
                     $.ajax({
-                        url: baseUrl+"/businessTripOther/order/add/auth",
+                        url: baseUrl+"/businessTripOther/add/auth",
                         headers: {'token': localStorage.getItem('token')},
                         data: data.field,
                         method: 'POST',

--
Gitblit v1.9.1