mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
报错
This commit is contained in:
@@ -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),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user