|
|
@@ -16,7 +16,7 @@ import { download } from '@/utils/request' |
|
|
|
|
|
|
|
import './assets/icons' // icon |
|
|
|
import './permission' // permission control |
|
|
|
import { getDicts } from "@/api/system/dict/data" |
|
|
|
import { getDicts, getAllDicts } from "@/api/system/dict/data" |
|
|
|
import { getConfigKey } from "@/api/system/config" |
|
|
|
import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, handleTree } from "@/utils/ruoyi" |
|
|
|
// 分页组件 |
|
|
@@ -38,6 +38,7 @@ import DictData from '@/components/DictData' |
|
|
|
|
|
|
|
// 全局方法挂载 |
|
|
|
Vue.prototype.getDicts = getDicts |
|
|
|
//Vue.prototype.getAllDicts = getAllDicts |
|
|
|
Vue.prototype.getConfigKey = getConfigKey |
|
|
|
Vue.prototype.parseTime = parseTime |
|
|
|
Vue.prototype.resetForm = resetForm |
|
|
|