|
@@ -136,7 +136,8 @@ Page({
|
|
|
if (res.confirm) _Http.basic({
|
|
if (res.confirm) _Http.basic({
|
|
|
"id": "20221009155903",
|
|
"id": "20221009155903",
|
|
|
"content": {
|
|
"content": {
|
|
|
- "contactsids": [item.contactsid]
|
|
|
|
|
|
|
+ "contactsids": [item.contactsid],
|
|
|
|
|
+ "contactsid": item.contactsid
|
|
|
},
|
|
},
|
|
|
}).then(res => {
|
|
}).then(res => {
|
|
|
console.log("删除明细", res)
|
|
console.log("删除明细", res)
|