optimize: ♻️ 删除部门报错内容
This commit is contained in:
parent
e863367a78
commit
7bfcf190f7
|
@ -22,7 +22,6 @@ export const userInfos = reactive({
|
|||
email: '',
|
||||
phone: '',
|
||||
summary: '',
|
||||
nickname: '',
|
||||
password: '',
|
||||
sex: '',
|
||||
});
|
||||
|
|
|
@ -15,14 +15,14 @@ export const selectRows = ref([]);
|
|||
export const formRef = ref();
|
||||
const filesStore = useFilesStore();
|
||||
|
||||
/** 搜索初始化系统文件表 */
|
||||
/** 搜索初始化系统文件 */
|
||||
export async function onSearch() {
|
||||
filesStore.loading = true;
|
||||
await filesStore.getFilesList();
|
||||
filesStore.loading = false;
|
||||
}
|
||||
|
||||
/** 添加系统文件表 */
|
||||
/** 添加系统文件 */
|
||||
export function onAdd() {
|
||||
addDialog({
|
||||
title: `${$t('addNew')}${$t('files')}`,
|
||||
|
|
Loading…
Reference in New Issue