longyvfengyun
2024-04-16 00d5b50516fde970ee203961fffd8bda597f6c46
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>