dedsudiyu 1 år sedan
förälder
incheckning
4786d1c6cf
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      src/main.js

+ 2 - 1
src/main.js

@@ -20,7 +20,7 @@ import './assets/icons' // icon
 import './permission' // permission control
 import { getDicts } from "@/api/system/dict/data";
 import { getConfigKey } from "@/api/system/config";
-import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, handleTree, spaceJudgment, spaceJudgmentHTML, isNum, urlJudge, clickCopy,CreateOneFormPage } from "@/utils/ruoyi";
+import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, handleTree, spaceJudgment, spaceJudgmentHTML, isNum, urlJudge, clickCopy,CreateOneFormPage,needCLodop } from "@/utils/ruoyi";
 import Pagination from "@/components/Pagination";
 // 自定义表格工具组件
 import RightToolbar from "@/components/RightToolbar"
@@ -69,6 +69,7 @@ Vue.prototype.isNum = isNum
 Vue.prototype.urlJudge = urlJudge
 Vue.prototype.clickCopy = clickCopy
 Vue.prototype.CreateOneFormPage = CreateOneFormPage
+Vue.prototype.needCLodop = needCLodop
 Vue.prototype.judgmentNetworkReturnAddress = judgmentNetworkReturnAddress
 
 Vue.prototype.msgSuccess = function (msg) {