fix:添加网络题出题界面事件绑定

This commit is contained in:
陆光LG
2025-08-08 00:31:09 +08:00
parent d318f21838
commit 19200ccde0
38 changed files with 1874 additions and 876 deletions

View File

@@ -316,7 +316,7 @@
<FdesignForm ref="fformRef" @success="getList" />
<WpsWordForm ref="wformRef" @success="getList" />
<WpsPptxForm ref="pformRef" @success="getList" />
<SettingForm ref="setformRef" @success="getList" />
<SettingForm ref="setformRef" @success="getList"/>
<EmailForm ref="emailformRef" @success="getList" />
<WpsExcelForm ref="xlsxformRef" @success="getList" />
<PsForm ref="psformRef" @success="getList" />
@@ -347,6 +347,8 @@ import DeptTree from './DeptTree.vue'
import SpecialtyTree from './SpecialtyTree.vue'
import { handleTree } from '@/utils/tree'
import * as SpecialtyApi from '@/api/points'
import { useSettingStore } from '@/store/modules/settings'
const settingStore = useSettingStore()
defineOptions({ name: 'SystemUser' })
const message = useMessage() // 消息弹窗
@@ -403,6 +405,7 @@ const getList = async () => {
} finally {
loading.value = false
}
settingStore.clearSettingData() // 清除设置数据
}
/** 用户导入 */
const handleImport = () => {