摘要: <el-table :data="workList" ref="table1" 请求数据后全选 this.$refs.table1.toggleAllSelection(true) 只选一项 this.$refs.table1.toggleRowSelection(row, true) 阅读全文
posted @ 2022-09-16 10:17 jqynr 阅读(500) 评论(0) 推荐(0)