Mr.Shi
2023-08-22 9af981b3efcb8c27eeafc6d6f0150c641d9b2857
大屏
已修改2个文件
3 ■■■■■ 文件已修改
screen_standard/src/components/AppLayout.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
screen_standard/src/views/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
screen_standard/src/components/AppLayout.vue
@@ -139,7 +139,6 @@
}
onMounted(() => {
  console.log(route.name);
  getDepartmentList(enterprise.companyId)
    .then(res => {
      data.comList = res
screen_standard/src/views/index.vue
@@ -526,7 +526,6 @@
                if (i == 0) {
                    getWorkPlansList(companyId.value, departId.value)
                        .then(res => {
                            console.log(res)
                            data.plannedProgress = res
                            nextTick(() => {
                                start1()
@@ -535,7 +534,6 @@
                } else {
                    getProcedureProcessList(companyId.value, departId.value)
                        .then(res => {
                            console.log(res)
                            data.processProgress = res
                            nextTick(() => {
                                start2()