still 牌位版面調整
This commit is contained in:
@@ -875,8 +875,6 @@
|
||||
this.editedItem = $.extend(true, {}, item);
|
||||
|
||||
try {
|
||||
console.log("衝啥");
|
||||
|
||||
//document.getElementById("tablet_edit_new_iframe").contentWindow.location.reload();
|
||||
// 如果是新項目,先保存
|
||||
if (this.editedItem.num <= 0 || this.editedItem.num === null || this.editedItem.num === undefined) {
|
||||
@@ -952,7 +950,8 @@
|
||||
...itemToSend,
|
||||
title: this.titleword() // 確保標題被包含
|
||||
},
|
||||
familyMembers: familyMembers
|
||||
familyMembers: familyMembers,
|
||||
host: HTTP_HOST
|
||||
};
|
||||
|
||||
iframe.contentWindow.postMessage(itemInfo, '*');
|
||||
|
||||
Reference in New Issue
Block a user