From cabc5cac8a3e3867bcbbc4598c2cef6758f6e0c4 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期日, 04 一月 2026 13:33:47 +0800
Subject: [PATCH] #port

---
 src/main/webapp/views/erpIcmo/icmo.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/views/erpIcmo/icmo.html b/src/main/webapp/views/erpIcmo/icmo.html
index 5914125..6bbc9cc 100644
--- a/src/main/webapp/views/erpIcmo/icmo.html
+++ b/src/main/webapp/views/erpIcmo/icmo.html
@@ -205,7 +205,7 @@
                     background: 'rgba(0, 0, 0, 0.7)',
                 })
                 $.ajax({
-                    url: "http://127.0.0.1:9090/mo/icmo/getList",
+                    url: "http://127.0.0.1:8133/mo/icmo/getList",
                     headers: {
                         'token': localStorage.getItem('token')
                     },
@@ -248,7 +248,7 @@
                             background: 'rgba(0, 0, 0, 0.7)',
                         })
                         $.ajax({
-                            url:"http://127.0.0.1:9090/mo/icmo/softDelete",
+                            url:"http://127.0.0.1:8133/mo/icmo/softDelete",
                             data: JSON.stringify(selectList.value),
                             dataType: 'json',
                             contentType: 'application/json;charset=UTF-8',
@@ -303,7 +303,7 @@
                         dataToSend.fplancommitdate = formatLocalDate(dataToSend.fplancommitdate);
                         dataToSend.fplanfinishdate = formatLocalDate(dataToSend.fplanfinishdate);
                         $.ajax({
-                            url:"http://127.0.0.1:9090/mo/icmo/saveorupdate",
+                            url:"http://127.0.0.1:8133/mo/icmo/saveorupdate",
                             data: JSON.stringify(dataToSend),
                             dataType: 'json',
                             contentType: 'application/json;charset=UTF-8',
@@ -344,7 +344,7 @@
                             background: 'rgba(0, 0, 0, 0.7)',
                         })
                         $.ajax({
-                            url: "http://127.0.0.1:9090/basicinfo/begindata/export",
+                            url: "http://127.0.0.1:8133/basicinfo/begindata/export",
                             data: data,
                             contentType: 'application/json;charset=UTF-8',
                             method: 'GET',
@@ -420,7 +420,7 @@
 
             function getDepOptions(){
                 $.ajax({
-                    url: "http://127.0.0.1:9090/basicinfo/departmentl/getlistfordropdown",
+                    url: "http://127.0.0.1:8133/basicinfo/departmentl/getlistfordropdown",
                     contentType: 'application/json;charset=UTF-8',
                     method: 'GET',
                     success: function(res) {

--
Gitblit v1.9.1