weixin_44424581 2022-03-27 15:51 采纳率: 63.6%
浏览 84
已结题

elementui 循环校验表单不起作用,如何解决?


 <el-form  :model="productOUtChildObject" :ref="productOUtChildObject">
                  <div class="childTable">
                    <template>
                      <el-table
                          :key="serial"
                          :data="productOUtChildObject.productOutChildData"
                          style="width: 100%">
                        <el-table-column
                            prop="serial"
                            label="序号"
                            width="48">
                        </el-table-column>
                        <el-table-column
                            label="品牌"
                            width="180">
                          <template slot-scope="scope">

                            <el-form-item class="horizontal"
                                          :prop="'productOutChildData.' + scope.row.serial-1 + '.brand'"
                                          :rules="publicRules.brand"
                                         >
                              <el-select v-model="productOUtChildObject.productOutChildData[scope.row.serial-1].brand" clearable placeholder="请选择品牌"
                                         @change="selectTwoBrand(productOUtChildObject.productOutChildData[scope.row.serial-1]);getTypes(scope.row.serial-1)"
                                         required>
                                <el-option
                                    v-for="item in brandsOption"
                                    :key="item.id"
                                    :label="item.brand"
                                    :value="`${item.brand}|${item.id}`">
                                </el-option>
                              </el-select>
                            </el-form-item>

                          </template>
                        </el-table-column>
</el-form>

data数据

 productOUtChildObject:{
                productOutChildData:[{serial:1,brandId: '',brand: null,typeId:null,type:null,nameId:null,name:null,count:null,unit:null}]},

不起作用

img

  • 写回答

1条回答 默认 最新

  • 你好!机器人 2022-03-27 16:06
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 4月5日
  • 已采纳回答 3月28日
  • 创建了问题 3月27日

悬赏问题

  • ¥15 求高通平台Softsim调试经验
  • ¥15 canal如何实现将mysql多张表(月表)采集入库到目标表中(一张表)?
  • ¥15 wpf ScrollViewer实现冻结左侧宽度w范围内的视图
  • ¥15 栅极驱动低侧烧毁MOSFET
  • ¥30 写segy数据时出错3
  • ¥100 linux下qt运行QCefView demo报错
  • ¥50 F1C100S下的红外解码IR_RX驱动问题
  • ¥20 基于matlab的航迹融合 航迹关联 航迹插补
  • ¥15 用Matlab实现图中的光线追迹
  • ¥15 联想笔记本开机出现系统更新界面