牌位列印調整,活動刪除提示訊息調整
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
|
||||
},
|
||||
deleteItem(item) {
|
||||
if (confirm('是否確定刪除此筆資料?')) {
|
||||
if (confirm('是否確定刪除此筆資料,如有報名資料將一併刪除?')) {
|
||||
const index = this.data_table.list.indexOf(item)
|
||||
if (index != -1) {
|
||||
axios
|
||||
|
||||
Reference in New Issue
Block a user