Commit 41c30e81 authored by liqiuyu's avatar liqiuyu

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

parent 7b44cfc0
...@@ -1120,7 +1120,7 @@ const getTableData = ()=> { ...@@ -1120,7 +1120,7 @@ const getTableData = ()=> {
pageSize: pageSize.value, pageSize: pageSize.value,
handleState: 1, handleState: 1,
belongTo: 1, belongTo: 1,
isDctom: 1, isDcTom: 1,
deviceType: formInline.value.deviceType deviceType: formInline.value.deviceType
} }
tableData.value = []; tableData.value = [];
......
...@@ -1163,7 +1163,7 @@ const getTableData = ()=> { ...@@ -1163,7 +1163,7 @@ const getTableData = ()=> {
pageSize: pageSize.value, pageSize: pageSize.value,
handleState: 2, handleState: 2,
belongTo: 1, belongTo: 1,
isDctom: 1, isDcTom: 1,
deviceType: formInline.value.deviceType deviceType: formInline.value.deviceType
} }
tableData.value = []; 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