Commit 41c30e81 authored by liqiuyu's avatar liqiuyu

fix(*): 修改闭环参数名

parent 7b44cfc0
......@@ -1120,7 +1120,7 @@ const getTableData = ()=> {
pageSize: pageSize.value,
handleState: 1,
belongTo: 1,
isDctom: 1,
isDcTom: 1,
deviceType: formInline.value.deviceType
}
tableData.value = [];
......
......@@ -1163,7 +1163,7 @@ const getTableData = ()=> {
pageSize: pageSize.value,
handleState: 2,
belongTo: 1,
isDctom: 1,
isDcTom: 1,
deviceType: formInline.value.deviceType
}
tableData.value = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment