From a9a72999aa8ec59254932e3d826dacb39ef26dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B0=B4=E6=99=B6=E5=9C=9F=E8=B1=86?= <水晶土豆@devide> Date: Thu, 23 Nov 2023 19:02:00 +0800 Subject: [PATCH] Thu Nov 23 19:02:00 CST 2023 inscode --- src/App.vue | 8 +- src/api/api.ts | 32 +++++-- src/component/humanResources/department.vue | 90 ++++++++++++------ src/component/humanResources/emp.vue | 95 +++++++++---------- .../animation/animation2.vue | 47 +++++++++ .../animation/animation3.vue | 28 ++++++ .../loadingComponents/loadingComponents.vue | 87 ++++++----------- src/storage/promiseStorage.js | 17 +++- 8 files changed, 250 insertions(+), 154 deletions(-) create mode 100644 src/component/loadingComponents/animation/animation2.vue create mode 100644 src/component/loadingComponents/animation/animation3.vue diff --git a/src/App.vue b/src/App.vue index 7c66782..cdbb54a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,10 +11,10 @@ import verticalTable from './component/main/verticalTable/verticalTable.vue';