fix : alertMessage 页面删除样式
This commit is contained in:
@@ -39,6 +39,10 @@ export default {
|
||||
// break
|
||||
// }
|
||||
case 'delete': {
|
||||
if (param == 'singleDel') {
|
||||
this.$emit('del', row)
|
||||
break
|
||||
}
|
||||
if (this.singleDelete.length === 0) {
|
||||
this.singleDelete.push(row)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user