fix:添加网络题出题界面事件绑定
This commit is contained in:
@@ -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 = () => {
|
||||
|
Reference in New Issue
Block a user