@@ -969,8 +969,8 @@ export default {
}
if (
- this.addStageForm.addTimeRangeArr2.some(p =>
- p.timeRange.some(t => t == "")
+ this.addStageForm.addTimeRangeArr2.some(
+ p => p.timeRange == null || p.timeRange.some(t => t == "")
)
) {
this.$notify({