沈丘营商办后台前端项目
ZQN
2024-09-04 f1463566202091e2448e51b39c92ba697b245ce0
src/views/infomanger/companymanger/index.vue
@@ -57,7 +57,7 @@
      row-key="companyId"
      :default-expand-all="isExpandAll"
      :tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
      @select="handleSelectionChange"
      @selection-change="handleSelectionChange"
     >
      <el-table-column type="selection" width="55" :reserve-selection="true"/>
      <el-table-column  prop="companyName" label="企业名称" minWidth="300"></el-table-column>
@@ -366,6 +366,7 @@
  }, "企业图片.zip")
}
function handleSelectionChange(e) {
  console.log(e)
  valueArr = e.map(item => item.companyId)
}
getList();