生成数据表、分段生成数据表刷新左侧树

This commit is contained in:
zhaolei 2026-06-24 10:28:25 +08:00
parent 20aff435ae
commit b60f03a7a4

View File

@ -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<CWellSectionWindowDocument*>(GetWindowDocument());
// int count=pDoc->GetFootSheetCount();
// for(int i=0;i<count;i++) {
@ -1974,6 +1978,9 @@ void CQtWindowWellSection::slotZoneListData(CObjWellLog *pLog)
CreateTattle(slf,pLog->GetName(),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<CWellSectionWindowDocument*>(GetWindowDocument());
// int count=pDoc->GetFootSheetCount();
// for(int i=0;i<count;i++) {