@@ -126,26 +126,26 @@ const goodspush = () => { | |||||
> | > | ||||
重发 | 重发 | ||||
</a>, | </a>, | ||||
<Popconfirm | |||||
type="primary" | |||||
key="primary" | |||||
title="确认删除吗?" | |||||
okText="是" | |||||
cancelText="否" | |||||
onConfirm={async () => { | |||||
await DeleteGoodsType(record.id).then((r) => { | |||||
if (r.succeeded) { | |||||
message.success('删除成功'); | |||||
actionRef.current.reloadAndRest(); | |||||
} else { | |||||
message.error(r.errors); | |||||
} | |||||
}); | |||||
}} | |||||
onCancel={() => {}} | |||||
> | |||||
<a href="#">删除</a> | |||||
</Popconfirm>, | |||||
// <Popconfirm | |||||
// type="primary" | |||||
// key="primary" | |||||
// title="确认删除吗?" | |||||
// okText="是" | |||||
// cancelText="否" | |||||
// onConfirm={async () => { | |||||
// await DeleteGoodsType(record.id).then((r) => { | |||||
// if (r.succeeded) { | |||||
// message.success('删除成功'); | |||||
// actionRef.current.reloadAndRest(); | |||||
// } else { | |||||
// message.error(r.errors); | |||||
// } | |||||
// }); | |||||
// }} | |||||
// onCancel={() => {}} | |||||
// > | |||||
// <a href="#">删除</a> | |||||
// </Popconfirm>, | |||||
], | ], | ||||
}, | }, | ||||
]; | ]; | ||||
@@ -14,8 +14,8 @@ export async function GetDevicePushRecodePage(data) { | |||||
}); | }); | ||||
} | } | ||||
export async function DevicePushRecodeUpdate(data) { | export async function DevicePushRecodeUpdate(data) { | ||||
return request(getgroupmealUrl()+`/api/devicepushrecode/update`, { | |||||
method: 'POST', | |||||
return request(getgroupmealUrl()+`/api/devicepushrecode/update?id=`+data, { | |||||
method: 'get', | |||||
data: data, | data: data, | ||||
}); | }); | ||||
} | } | ||||
@@ -126,26 +126,26 @@ const goodspush = () => { | |||||
> | > | ||||
重发 | 重发 | ||||
</a>, | </a>, | ||||
<Popconfirm | |||||
type="primary" | |||||
key="primary" | |||||
title="确认删除吗?" | |||||
okText="是" | |||||
cancelText="否" | |||||
onConfirm={async () => { | |||||
await DeleteGoodsType(record.id).then((r) => { | |||||
if (r.succeeded) { | |||||
message.success('删除成功'); | |||||
actionRef.current.reloadAndRest(); | |||||
} else { | |||||
message.error(r.errors); | |||||
} | |||||
}); | |||||
}} | |||||
onCancel={() => {}} | |||||
> | |||||
<a href="#">删除</a> | |||||
</Popconfirm>, | |||||
// <Popconfirm | |||||
// type="primary" | |||||
// key="primary" | |||||
// title="确认删除吗?" | |||||
// okText="是" | |||||
// cancelText="否" | |||||
// onConfirm={async () => { | |||||
// await DeleteGoodsType(record.id).then((r) => { | |||||
// if (r.succeeded) { | |||||
// message.success('删除成功'); | |||||
// actionRef.current.reloadAndRest(); | |||||
// } else { | |||||
// message.error(r.errors); | |||||
// } | |||||
// }); | |||||
// }} | |||||
// onCancel={() => {}} | |||||
// > | |||||
// <a href="#">删除</a> | |||||
// </Popconfirm>, | |||||
], | ], | ||||
}, | }, | ||||
]; | ]; | ||||
@@ -14,8 +14,8 @@ export async function GetDevicePushRecodePage(data) { | |||||
}); | }); | ||||
} | } | ||||
export async function DevicePushRecodeUpdate(data) { | export async function DevicePushRecodeUpdate(data) { | ||||
return request(getgroupmealUrl()+`/api/devicepushrecode/update`, { | |||||
method: 'POST', | |||||
return request(getgroupmealUrl()+`/api/devicepushrecode/update?id=`+data, { | |||||
method: 'get', | |||||
data: data, | data: data, | ||||
}); | }); | ||||
} | } | ||||
@@ -126,26 +126,26 @@ const goodspush = () => { | |||||
> | > | ||||
重发 | 重发 | ||||
</a>, | </a>, | ||||
<Popconfirm | |||||
type="primary" | |||||
key="primary" | |||||
title="确认删除吗?" | |||||
okText="是" | |||||
cancelText="否" | |||||
onConfirm={async () => { | |||||
await DeleteGoodsType(record.id).then((r) => { | |||||
if (r.succeeded) { | |||||
message.success('删除成功'); | |||||
actionRef.current.reloadAndRest(); | |||||
} else { | |||||
message.error(r.errors); | |||||
} | |||||
}); | |||||
}} | |||||
onCancel={() => {}} | |||||
> | |||||
<a href="#">删除</a> | |||||
</Popconfirm>, | |||||
// <Popconfirm | |||||
// type="primary" | |||||
// key="primary" | |||||
// title="确认删除吗?" | |||||
// okText="是" | |||||
// cancelText="否" | |||||
// onConfirm={async () => { | |||||
// await DeleteGoodsType(record.id).then((r) => { | |||||
// if (r.succeeded) { | |||||
// message.success('删除成功'); | |||||
// actionRef.current.reloadAndRest(); | |||||
// } else { | |||||
// message.error(r.errors); | |||||
// } | |||||
// }); | |||||
// }} | |||||
// onCancel={() => {}} | |||||
// > | |||||
// <a href="#">删除</a> | |||||
// </Popconfirm>, | |||||
], | ], | ||||
}, | }, | ||||
]; | ]; | ||||
@@ -14,9 +14,8 @@ export async function GetDevicePushRecodePage(data) { | |||||
}); | }); | ||||
} | } | ||||
export async function DevicePushRecodeUpdate(data) { | export async function DevicePushRecodeUpdate(data) { | ||||
return request(getgroupmealUrl()+`/api/devicepushrecode/update`, { | |||||
method: 'POST', | |||||
data: data, | |||||
return request(getgroupmealUrl()+`/api/devicepushrecode/update?id=`+data, { | |||||
method: 'get', | |||||
}); | }); | ||||
} | } | ||||
export async function DevicePushRecodeDelete(data) { | export async function DevicePushRecodeDelete(data) { | ||||