From 89e9abdd3db9e5476f3e72c913005f17199dd349 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期三, 15 十月 2025 21:03:33 +0800
Subject: [PATCH] 看板

---
 DevApp/Gs.DevApp/DevFrm/WOM/KanBanLaTou.cs |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/WOM/KanBanLaTou.cs b/DevApp/Gs.DevApp/DevFrm/WOM/KanBanLaTou.cs
index b43788f..05054af 100644
--- a/DevApp/Gs.DevApp/DevFrm/WOM/KanBanLaTou.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WOM/KanBanLaTou.cs
@@ -1,18 +1,10 @@
-锘縰sing DevExpress.XtraEditors;
-using Gs.DevApp.DevFrm.IPQC;
-using Gs.DevApp.Entity;
+锘縰sing Gs.DevApp.Entity;
 using Gs.DevApp.ToolBox;
 using Gs.DevApp.UserControl;
 using Newtonsoft.Json;
 using System;
 using System.Collections.Generic;
-using System.ComponentModel;
-using System.Configuration;
 using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Net;
-using System.Text;
 using System.Threading.Tasks;
 using System.Windows.Forms;
 
@@ -122,7 +114,7 @@
             string json = JsonConvert.SerializeObject(pgq);
             try
             {
-                string strReturn = UtilityHelper.HttpPost("", _webServiceName + "GetListPage", json);
+                string strReturn = UtilityHelper.HttpPost("", _webServiceName + "GetLaTouListPage", json);
                 ReturnModel<PageListModel> dd = UtilityHelper.ReturnToTablePage(strReturn);
                 if (dd.rtnCode > 0)
                 {

--
Gitblit v1.9.3