src/main.js
@@ -50,6 +50,7 @@ addDateRange, selectDictLabel, selectDictLabels, desensitization, handleTree, daysBetween, } from "@/utils/ruoyi"; @@ -96,6 +97,7 @@ Vue.prototype.getConfigKey = getConfigKey; Vue.prototype.parseTime = parseTime; Vue.prototype.formatTime = formatTime; Vue.prototype.desensitization = desensitization; Vue.prototype.daysBetween = daysBetween; Vue.prototype.resetForm = resetForm; Vue.prototype.addDateRange = addDateRange;