fix: 增加刷新按钮,修改部分内容。
This commit is contained in:
@@ -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)
|
||||
|
||||
// 全局方法挂载
|
||||
|
||||
Reference in New Issue
Block a user