WXL (wul)
6 天以前 bb52c6fc1455dfa67f345bc37973e954c8491a05
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;