|
@@ -154,6 +154,7 @@ export default {
|
|
handleSelectionChange(val) {
|
|
handleSelectionChange(val) {
|
|
this.tableDataSelection = val
|
|
this.tableDataSelection = val
|
|
if (this.tableDataSelection.length === 0) {
|
|
if (this.tableDataSelection.length === 0) {
|
|
|
|
+ this.isDownload = true
|
|
this.isDelete = true
|
|
this.isDelete = true
|
|
} else {
|
|
} else {
|
|
this.isDelete = false
|
|
this.isDelete = false
|