loulijun2021
2023-02-10 5e67bd0b5915ed11583409414bac914132819be2
src/views/scgl/zdpc.vue
@@ -1222,9 +1222,8 @@
          id: '',
          start_time: ''
        }
        if (end_arr !== '') {
          id_obj.id = end_arr[0].id
          id_obj.start_time = end_arr[0].end
        if (end_arr != '') {
          (id_obj.id = end_arr[0].id), (id_obj.start_time = end_arr[0].end)
        }
        for (const w in capacity_arr) {
          let end_time = ''
@@ -1422,9 +1421,8 @@
        console.log(schedule_arr)
        console.log('可排程数组', capacity_arr)
        const id_obj = {}
        if (end_arr !== '') {
          id_obj.id = end_arr[0].id
          id_obj.start_time = end_arr[0].end
        if (end_arr != '') {
          (id_obj.id = end_arr[0].id), (id_obj.start_time = end_arr[0].end)
        }
        for (const w in capacity_arr) {
          let end_time