src/views/OpsAllocation/components/approvalForm.vue
@@ -125,7 +125,7 @@ // this.binf = data2.binf; this.groupName = data2.binf.stationName + "-" + data2.binf.battGroupName; this.params = data2.paramTmp; this.lastTestTime = data2.testInf.testStarttime; this.lastTestTime = data2.testInf?.testStarttime; this.reason = data2.main.taskDesc; } // 关闭等待框 @@ -142,4 +142,4 @@ this.getDisParams(); }, }; </script> </script>