From ea46f28356e2acb3bc7cc69b9af3c52fab38c0b0 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期四, 18 一月 2024 16:56:47 +0800 Subject: [PATCH] 终止任务功能测试 --- CanadaMes-ui/src/api/home.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CanadaMes-ui/src/api/home.js b/CanadaMes-ui/src/api/home.js index 905bef3..ed2fb1a 100644 --- a/CanadaMes-ui/src/api/home.js +++ b/CanadaMes-ui/src/api/home.js @@ -286,9 +286,9 @@ }) } -export function SwitchScanMethod(scansmethod) {s +export function SwitchScanMethod(scansmethod) { return request({ - url: '/home/SwitchScanMethod?Scanmethod='+scanmethod, + url: '/home/SwitchScanMethod?scansmethod='+scansmethod, method: 'post', data:"" }) -- Gitblit v1.8.0