|
@@ -736,7 +736,8 @@ const saveBorrowing = async() => {
|
|
|
|
|
|
|
|
// 删除
|
|
// 删除
|
|
|
const erasureBorrowing = async() => {
|
|
const erasureBorrowing = async() => {
|
|
|
- const dd = dailyExpensesData.value
|
|
|
|
|
|
|
+ const dd = borrowingData.value
|
|
|
|
|
+ console.log(borrowingData.value)
|
|
|
ElMessageBox.confirm(
|
|
ElMessageBox.confirm(
|
|
|
'确定进行删除操作吗?',
|
|
'确定进行删除操作吗?',
|
|
|
'删除',
|
|
'删除',
|