|
@@ -1259,6 +1259,7 @@ export default {
|
|
|
break
|
|
break
|
|
|
case 'customRemove':
|
|
case 'customRemove':
|
|
|
this.handleCustomRemove(selection)
|
|
this.handleCustomRemove(selection)
|
|
|
|
|
+
|
|
|
break
|
|
break
|
|
|
case 'customExport':
|
|
case 'customExport':
|
|
|
this.handleCustomExport(selection, data)
|
|
this.handleCustomExport(selection, data)
|
|
@@ -1361,6 +1362,7 @@ export default {
|
|
|
})
|
|
})
|
|
|
// 删除后刷新
|
|
// 删除后刷新
|
|
|
await this.getDatas()
|
|
await this.getDatas()
|
|
|
|
|
+ this.$refs.crud.clearSelection(); // 清空选中状态
|
|
|
this.$message.success('删除成功!')
|
|
this.$message.success('删除成功!')
|
|
|
})
|
|
})
|
|
|
.catch(() => {})
|
|
.catch(() => {})
|