Skip to content

Commit 66f009a

Browse files
committed
移除addDateRange addBeginAndEndTime 引用
1 parent 74eb493 commit 66f009a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import './permission' // permission control
1616
import './tongji' // 百度统计
1717
import { getDicts } from "@/api/system/dict/data";
1818
import { getConfigKey } from "@/api/infra/config";
19-
import { parseTime, resetForm, addDateRange, addBeginAndEndTime, handleTree} from "@/utils/ruoyi";
19+
import { parseTime, resetForm, handleTree} from "@/utils/ruoyi";
2020
import Pagination from "@/components/Pagination";
2121
// 自定义表格工具扩展
2222
import RightToolbar from "@/components/RightToolbar"
@@ -30,8 +30,6 @@ Vue.prototype.getDicts = getDicts
3030
Vue.prototype.getConfigKey = getConfigKey
3131
Vue.prototype.parseTime = parseTime
3232
Vue.prototype.resetForm = resetForm
33-
Vue.prototype.addDateRange = addDateRange
34-
Vue.prototype.addBeginAndEndTime = addBeginAndEndTime
3533
Vue.prototype.getDictDatas = getDictDatas
3634
Vue.prototype.getDictDatas2 = getDictDatas2
3735
Vue.prototype.getDictDataLabel = getDictDataLabel

0 commit comments

Comments
 (0)