WXL (wul)
9 天以前 39325ed5f9d5ebd80ad0c6bfe6689b014b72d0fb
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;