This commit is contained in:
ym1026
2025-09-12 16:51:32 +08:00
parent 52f016d3ea
commit bd55c0375a
9 changed files with 22 additions and 14 deletions

View File

@@ -62,6 +62,7 @@ export default {
props: {},
data() {
return {
tableData:[],
tableOption: {
select: false
},
@@ -196,7 +197,7 @@ export default {
// 删除操作
async handleDelete(id, callback) {
const that = this
Modal.confirm({
this.$Modal.confirm({
title: '你确认删除数据吗?',
icon: createVNode(ExclamationCircleOutlined),