fix: 增加刷新按钮。

This commit is contained in:
tianyongbao
2025-01-23 19:48:26 +08:00
parent 3a19d8a4a3
commit ff3976e2ba
44 changed files with 142 additions and 16 deletions

View File

@@ -11,6 +11,7 @@ import { useDict } from '@/utils/dict'
import { parseTime, resetForm, addDateRange, handleTree, selectDictLabel, selectDictLabels } from '@/utils/ruoyi'
import mySelectCheckbox from '@/components/my-selectCheckbox/my-selectCheckbox.vue';
import suspend from '@/components/suspend/suspend.vue';
import refresh from '@/components/refresh/refresh.vue';
export function createApp() {
const app = createSSRApp(App)
@@ -20,6 +21,7 @@ export function createApp() {
// 注册全局组件
app.component('mySelectCheckbox', mySelectCheckbox);
app.component('suspend', suspend);
app.component('refresh', refresh);
directive(app)
// 全局方法挂载