From b60f03a7a4c66db3991c8ef7a8ce89882e116f69 Mon Sep 17 00:00:00 2001 From: zhaolei <353719554@qq.com> Date: Wed, 24 Jun 2026 10:28:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=88=90=E6=95=B0=E6=8D=AE=E8=A1=A8?= =?UTF-8?q?=E3=80=81=E5=88=86=E6=AE=B5=E7=94=9F=E6=88=90=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E8=A1=A8=E5=88=B7=E6=96=B0=E5=B7=A6=E4=BE=A7=E6=A0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logPlus/QtWindowWellSection.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/logPlus/QtWindowWellSection.cpp b/logPlus/QtWindowWellSection.cpp index 92cb267..ceb32ca 100644 --- a/logPlus/QtWindowWellSection.cpp +++ b/logPlus/QtWindowWellSection.cpp @@ -1232,6 +1232,10 @@ void CQtWindowWellSection::OnListBedValue(QString m_csWellName,QString m_OGTable CreateTattle(m_csWellName,m_OGTableName,outtable,sdep,edep); CDataImport::ChangetoSlf(m_csWellName); + QStringList Names; + Names.append(m_ListTableInf.m_TableName); + Names.append(outtable); + emit CallGlobalManage::getInstance()->sig_Notice_AddObject("WindowWellSection",m_csWellName,Names); // CWellSectionWindowDocument *pDoc=dynamic_cast(GetWindowDocument()); // int count=pDoc->GetFootSheetCount(); // for(int i=0;iGetName(),tablename,sdep,edep); // Do something here CDataImport::ChangetoSlf(slf); + QStringList Names; + Names.append(tablename); + emit CallGlobalManage::getInstance()->sig_Notice_AddObject("WindowWellSection",slf,Names); // CWellSectionWindowDocument *pDoc=dynamic_cast(GetWindowDocument()); // int count=pDoc->GetFootSheetCount(); // for(int i=0;i