From 154891cce3b3cce34c300a225a7a14e5a8893cf5 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 08 七月 2024 17:52:18 +0800 Subject: [PATCH] 部门调动使用级联下拉 --- public/index.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/public/index.html b/public/index.html index 75840b4..78506b3 100644 --- a/public/index.html +++ b/public/index.html @@ -21,6 +21,7 @@ width: 100%; } </style> + <script src='./admin/components/echarts/jitsi.js'></script> <script src='./admin/components/echarts/echarts.min.js'></script> <script src='./admin/components/echarts/theme/macarons.js'></script> -- Gitblit v1.8.0