no message

main
HUOJIN\92525 2026-01-10 16:23:24 +08:00
parent fd1c7e7325
commit cf76e7d7b2
2 changed files with 2 additions and 4 deletions

View File

@ -240,11 +240,8 @@
* 任务取消事件 * 任务取消事件
*/ */
async function hanndleCancel(record) { async function hanndleCancel(record) {
const params = {
taskID: record.id,
};
try { try {
const res = await cancelTes(params); const res = await cancelTes(record.id);
if (res && res.returnCode === 0) { if (res && res.returnCode === 0) {
createMessage.success('操作成功'); createMessage.success('操作成功');
handleSuccess(); handleSuccess();

View File

@ -75,6 +75,7 @@
let tenantId = getTenantId(); let tenantId = getTenantId();
const formData = reactive<Record<string, any>>({ const formData = reactive<Record<string, any>>({
id: '', id: '',
businessDetailId: '',
carrierCode: '', carrierCode: '',
carrierType: '', carrierType: '',
taskType: '', taskType: '',