Commit 10394bf0 authored by 方建宇's avatar 方建宇

远程控制-二网群控和循环泵-静态数据

parent c75d24bb
This diff is collapsed.
......@@ -285,17 +285,17 @@
myIndeterminate.value = !myIndeterminate.value;
progress.value=100;
}
async function WriteStatus(row){
row.transferStatus = 0;
myIndeterminate.value = !myIndeterminate.value;
progress.value=50;
isLoading.value = true;
await WriteStation(row);
isLoading.value = false;
myIndeterminate.value = !myIndeterminate.value;
progress.value=100;
}
//动态写入全部
// async function WriteStatus(row){
// row.transferStatus = 0;
// myIndeterminate.value = !myIndeterminate.value;
// progress.value=50;
// isLoading.value = true;
// await WriteStation(row);
// isLoading.value = false;
// myIndeterminate.value = !myIndeterminate.value;
// progress.value=100;
// }
// async function WriteAllStatus(){
// if(selectedRows.value.length === 0){
// ElMessage.warning("请勾选需要远程控制的换热站!");
......@@ -329,7 +329,7 @@
// myIndeterminate.value = !myIndeterminate.value;
// progress.value=100;
// }
//动态读取
// 动态读取
// async function ReadStation(row){
// var result = await http.post('/api/remote/ReadTransferReg', row.transferId);
// if(result.success){
......
This diff is collapsed.
This diff is collapsed.
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