zss
2023-11-22 d51599d19653dba1adfbae2b23a6c1332db5a0b2
src/views/product/workbench/operation-task-pane.vue
@@ -23,7 +23,7 @@
        </div> -->
        <el-alert
          center
          style="width: 80px;height:30px"
          style="width: 80px;height:30px;line-height: 30px;"
          :title="getTagText(item.planFinishDay)"
          :type="getTagColor(item.planFinishDay)"
          effect="dark"
@@ -728,7 +728,7 @@
                      break
                    }
                  }
                  console.log(this.operationTasks)
                  // console.log(this.operationTasks)
                  // 若当前工单在工单列表未被找到且当前工单状态为已完成或已取消时,则将当前工单重置为空并抛出事件,否则不管
                  if (isResetCurrOpertionTaskFlag) {
                    getOperationTaskById(taskId).then((res) => {