Mr.Shi
2023-08-22 62678f54bbc7a64dc3cdad5d086e17de6383c003
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()