@@ -176,6 +176,10 @@ const commonBack = (itemValue) => {
})
.then(() => {
emitter.emit(EventsNames.PROCESS_REDER);
+ setTimeout(() => {
+ wsdData.value = {}
+ dltData.value = {}
+ }, 2000);
router.back();
.catch(() => {});
@@ -313,7 +313,7 @@ const showLable = (key) => {
return "持续时间";
case "DataTimes":
return "采集时间";
- case "tighteningresult":
+ case "result":
return "拧紧结果";
case "error":
return "警报";
@@ -406,7 +406,7 @@ const configeObj = (type) => {
"torque",
"angle",
"duration",
- "tighteningresult",
+ "result",
];
default:
return ["数据1", "数据2", "数据3"];
@@ -96,8 +96,7 @@ const configeObj = (type) => {
- "error"
@@ -117,7 +116,7 @@ const showLable = (key) => {