|
@@ -132,9 +132,7 @@ const getList = async () => {
|
|
|
queryParams.createTime = formatTimestamp(JSON.parse(deptId.split(",")[2].substring(0,10)));
|
|
|
queryParams.orderId = deptId.split(",")[3];
|
|
|
const data = await IotOpeationFillApi.getIotOpeationFillPage(queryParams);
|
|
|
-
|
|
|
list.value = data;
|
|
|
-
|
|
|
if(cxStatus){
|
|
|
queryParams.deviceCategoryId = list.value[0].deviceCategoryId
|
|
|
queryParams.deptId = list.value[0].deptId;
|
|
@@ -142,7 +140,6 @@ const getList = async () => {
|
|
|
queryParams.deviceName = list.value[0].deviceName;
|
|
|
queryParams.deviceId = list.value[0].deviceId;
|
|
|
}
|
|
|
-
|
|
|
getAttrList();
|
|
|
|
|
|
|
|
@@ -207,7 +204,6 @@ const getAttrList = async () => {
|
|
|
item.deviceId = queryParams.deviceId;
|
|
|
item.deviceCategoryId = queryParams.deviceCategoryId;
|
|
|
})
|
|
|
-
|
|
|
} finally {
|
|
|
loading.value = false
|
|
|
}
|