Commit d16f513a authored by 王亚晖's avatar 王亚晖

完成节假日参数组界面

parent 4d22cd56
export const ExternalSERVEICE='http://218.69.97.198:8001'
export const WithinSERVEICE='http://192.168.1.252:8001'
// export const ExternalSERVEICE='http://localhost:5013'
// export const WithinSERVEICE='http://localhost:5013'
// export const ExternalSERVEICE='http://218.69.97.198:8001'
// export const WithinSERVEICE='http://192.168.1.252:8001'
export const ExternalSERVEICE='http://localhost:5013'
export const WithinSERVEICE='http://localhost:5013'
export const CURRLOGO="LOGO_gangyi.png"
This diff is collapsed.
......@@ -355,7 +355,7 @@
writeValue +="JDSecondInletTemp:"+element.jdSecondInletTemp + ";";
}
console.log(element.secCriclePumpAutoOrManual);
// console.log(element.secCriclePumpAutoOrManual);
var result = await http.post('/api/remote/WriteTransfer', {"TransferId":element.transferId, "WriteValues": writeValue, "PanelType": 1});
if(result.success){
ElMessage.success(element.transferName +" "+ result.data);
......
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