shj
2022-04-13 ebbb40ffd2276f9b6543450372356dcd0373df0a

已修改1个文件
8 ■■■■ 文件已修改
src/views/delayHiddenDangerRectification/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/delayHiddenDangerRectification/index.vue
@@ -148,7 +148,7 @@
        <el-button class="btns" type="primary" size="small">批量发送</el-button>
      </el-col>
    </el-row>
    <el-table :data="tableData" style="width: 100%">
    <el-table :data="tableData" style="width: 100%"  @selection-change="handleSelectionChange">
      <el-table-column
        type="selection"
        width="55"
@@ -269,12 +269,18 @@
            name: '王小虎',
            address: '上海市普陀区金沙江路 1516 弄'
          }],
      multipleSelection :[],
      pageSize: 10,
      recordTotal: 0,
      currentPage: 1,
    };
  },
    methods:{
      // table点击多选框返回数据
        handleSelectionChange(val) {
        this.multipleSelection = val;
  console.log(val)
      },
        // 发送隐患单跳转
        handleClick(){
            this.$router.push({