| | |
| | | selectDictLabels, |
| | | handleTree, |
| | | } from "@/utils/ruoyi"; |
| | | import { dictToValue } from "@/utils/index"; |
| | | // 分页组件 |
| | | import Pagination from "@/components/Pagination"; |
| | | // 自定义表格工具组件 |
| | |
| | | Vue.prototype.selectDictLabels = selectDictLabels; |
| | | Vue.prototype.download = download; |
| | | Vue.prototype.handleTree = handleTree; |
| | | Vue.prototype.dictToValue = dictToValue; |
| | | Vue.prototype.HaveJson = (val) => { |
| | | return JSON.parse(JSON.stringify(val)); |
| | | }; |
| | |
| | | Vue.prototype.uploadHeader = { |
| | | Authorization: "Bearer " + getToken(), |
| | | }; |
| | | |
| | | // 解决el-radio-group单选框自身的bug |
| | | Vue.directive("removeAriaHidden", { |
| | | bind(el, binding) { |