Commit 7707d22f by Joey

fix(@gms/gms-plugin-billexpand): 基础数据单选时勾全选的表现

- 先改成没反应
parent 2f18fa6e
......@@ -284,6 +284,11 @@ export default {
: this.radioSelectAllCancel(selection)
},
radioSelectAllCancel(selection) {
if (selection && selection.length) {
this.$nextTick(() => {
this.$refs._table.selectAll(false)
})
}
this.tableData.map((row) => {
row._checked = false
this.selection.map((value) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment