bug修改

This commit is contained in:
2024-03-18 15:14:55 +08:00
parent 7858a76e66
commit 96a53ff3c6
8 changed files with 60 additions and 31 deletions

View File

@@ -185,6 +185,7 @@ export const taskConfirm = (code1, code2) => request({
// 查询未完成指令
export const pdaInsts = (keyword, scode, ncode) => request({
url:'api/pda/insts',
acsurl: true,
data: {
keyword: keyword,
start_devicecode: scode,
@@ -195,6 +196,7 @@ export const pdaInsts = (keyword, scode, ncode) => request({
// 指令操作
export const pdaInst = (type, uuid) => request({
url:'api/pda/inst',
acsurl: true,
data: {
type: type,
inst_uuid: uuid