|
@@ -20,7 +20,7 @@ import './assets/icons' // icon
|
|
import './permission' // permission control
|
|
import './permission' // permission control
|
|
import { getDicts } from "@/api/system/dict/data";
|
|
import { getDicts } from "@/api/system/dict/data";
|
|
import { getConfigKey } from "@/api/system/config";
|
|
import { getConfigKey } from "@/api/system/config";
|
|
-import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, handleTree,levelText,telNo,cardNo,getArea } from "@/utils/ruoyi";
|
|
|
|
|
|
+import { parseTime, resetForm,emailYm, addDateRange, selectDictLabel, selectDictLabels, handleTree,levelText,telNo,cardNo,getArea } from "@/utils/ruoyi";
|
|
import Pagination from "@/components/Pagination";
|
|
import Pagination from "@/components/Pagination";
|
|
//自定义表格工具扩展
|
|
//自定义表格工具扩展
|
|
import RightToolbar from "@/components/RightToolbar"
|
|
import RightToolbar from "@/components/RightToolbar"
|
|
@@ -39,6 +39,7 @@ Vue.prototype.handleTree = handleTree
|
|
Vue.prototype.levelText = levelText
|
|
Vue.prototype.levelText = levelText
|
|
Vue.prototype.cardNo = cardNo
|
|
Vue.prototype.cardNo = cardNo
|
|
Vue.prototype.telNo = telNo
|
|
Vue.prototype.telNo = telNo
|
|
|
|
+Vue.prototype.emailYm = emailYm
|
|
Vue.prototype.getArea = getArea
|
|
Vue.prototype.getArea = getArea
|
|
|
|
|
|
Vue.prototype.msgSuccess = function (msg) {
|
|
Vue.prototype.msgSuccess = function (msg) {
|