jinlin
2024-07-17 442a635882a5973c9f3401a30bcfa0a43434fa74
web/src/views/modules/taskReliability/ModelRbd.vue
@@ -3,7 +3,7 @@
    <el-row :gutter="5">
      <el-col :span="5">
        <div class="fa-card-a" style="margin-right: 5px;height: calc(100vh - 123px)">
          <product-model-tree @on-selected="onProductSelected" showXdy="true"/>
          <product-model-tree @on-selected="onProductSelected" showXdy="true" :isShow="false"/>
        </div>
      </el-col>
      <el-col :span="19">
@@ -44,7 +44,7 @@
            <!-- 弹窗, 新增 / 修改 -->
            <add-or-update @refreshDataList="table.query" ref="AddOrUpdate"/>
            <el-dialog v-dialogDrag title="模型设计" top="1vh" width='95%' :visible.sync="dialogVisible2" v-if="dialogVisible2">
              <RBDEditImg ref="rbdEditImg"></RBDEditImg>
              <RBDEditImg ref="rbdEditImg" @refreshDataList="table.query"></RBDEditImg>
            </el-dialog>
          </zt-table-wraper>
        </div>