|
|
@@ -116,7 +116,7 @@ const closeRelate = async (item: any) => {
|
|
|
});
|
|
|
if (!confirmRes.confirm) return;
|
|
|
|
|
|
- const res = await useClientRequest.get(`/plt-api/app/packRelation/cancelRelate/${item?.id}`);
|
|
|
+ const res = await useClientRequest.get(`/plt-api/app/packTask/unbindRefrence/${item?.id}`);
|
|
|
if (res && res.code === 200) {
|
|
|
uni.showToast({ title: '取消关联成功', icon: 'success' });
|
|
|
uni.$emit('refreshPackTaskDetail'); // 取消关联后刷新详情数据
|