no message
parent
fd1c7e7325
commit
cf76e7d7b2
|
|
@ -240,11 +240,8 @@
|
|||
* 任务取消事件
|
||||
*/
|
||||
async function hanndleCancel(record) {
|
||||
const params = {
|
||||
taskID: record.id,
|
||||
};
|
||||
try {
|
||||
const res = await cancelTes(params);
|
||||
const res = await cancelTes(record.id);
|
||||
if (res && res.returnCode === 0) {
|
||||
createMessage.success('操作成功');
|
||||
handleSuccess();
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@
|
|||
let tenantId = getTenantId();
|
||||
const formData = reactive<Record<string, any>>({
|
||||
id: '',
|
||||
businessDetailId: '',
|
||||
carrierCode: '',
|
||||
carrierType: '',
|
||||
taskType: '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue