From fd95223d9703b9c038ed3c782474c885052dda08 Mon Sep 17 00:00:00 2001 From: futian.liu <liufutianyoo@163.com> Date: 星期五, 22 十二月 2023 17:05:25 +0800 Subject: [PATCH] 代码整理 --- admin-web/src/views/systemSetting/department/data.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-web/src/views/systemSetting/department/data.vue b/admin-web/src/views/systemSetting/department/data.vue index b0836af..83d925a 100644 --- a/admin-web/src/views/systemSetting/department/data.vue +++ b/admin-web/src/views/systemSetting/department/data.vue @@ -197,8 +197,8 @@ </template> <script> -import { listData, getData, delData, addData, updateData } from "@/api/system/dict/data"; -import { optionselect as getDictOptionselect, getType } from "@/api/system/dict/type"; +import {addData, delData, getData, listData, updateData} from "@/api/system/dict/data"; +import {getType, optionselect as getDictOptionselect} from "@/api/system/dict/type"; export default { name: "Data", -- Gitblit v1.9.1