1. 更新法會活動品項中的牌位陽上與超度人數限制功能
This commit is contained in:
@@ -783,8 +783,6 @@
|
|||||||
this.desserts_count = response.data.list !== undefined ? response.data.count : 0
|
this.desserts_count = response.data.list !== undefined ? response.data.count : 0
|
||||||
this.calutotalPrice();
|
this.calutotalPrice();
|
||||||
this.disableButton = false;
|
this.disableButton = false;
|
||||||
console.log(response.data.list);
|
|
||||||
|
|
||||||
})
|
})
|
||||||
.catch(
|
.catch(
|
||||||
error => console.log(error)
|
error => console.log(error)
|
||||||
@@ -842,7 +840,6 @@
|
|||||||
this.tablet_edit.show = true;
|
this.tablet_edit.show = true;
|
||||||
// 立即恢復數據
|
// 立即恢復數據
|
||||||
this.editedItem = $.extend(true, {}, currentData);
|
this.editedItem = $.extend(true, {}, currentData);
|
||||||
console.log(this.editItem);
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Error in editTablet:', error);
|
console.error('Error in editTablet:', error);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user