1. 更新法會活動品項中的牌位陽上與超度人數限制功能

This commit is contained in:
2026-05-04 13:44:16 +08:00
parent 11a8c3e932
commit 29f2902119
3 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -841,7 +841,8 @@
// 顯示對話框
this.tablet_edit.show = true;
// 立即恢復數據
this.editedItem = $.extend(true, {}, currentData);
this.editedItem = $.extend(true, {}, currentData);
console.log(this.editItem);
} catch (error) {
console.error('Error in editTablet:', error);
}