修复部标通道中国标编辑的BUG

This commit is contained in:
lin
2025-08-08 08:55:28 +08:00
parent ed00a2a75a
commit e7d1a24f3e

View File

@@ -22,7 +22,7 @@
</el-tab-pane>
<el-tab-pane label="国标通道配置">
<CommonChannelEdit :id="jtChannel.gbId" ref="commonChannelEdit" :cancel="close" />
<CommonChannelEdit :id="jtChannel.gbId" ref="commonChannelEdit" :data-form="jtChannel" :cancel="close" />
</el-tab-pane>
</el-tabs>
</div>