up1
This commit is contained in:
@ -25,6 +25,7 @@ import {
|
||||
download,
|
||||
handleTree
|
||||
} from '@/utils/ruoyi';
|
||||
import { formatRichText } from '@/utils/editor';
|
||||
import Pagination from '@/components/Pagination';
|
||||
//自定义表格工具扩展
|
||||
import RightToolbar from '@/components/RightToolbar';
|
||||
@ -37,6 +38,7 @@ Vue.prototype.selectDictLabel = selectDictLabel;
|
||||
Vue.prototype.selectDictLabels = selectDictLabels;
|
||||
Vue.prototype.download = download;
|
||||
Vue.prototype.handleTree = handleTree;
|
||||
Vue.prototype.formatRichText = formatRichText;
|
||||
|
||||
Vue.prototype.msgSuccess = function(msg) {
|
||||
this.$message({ showClose: true, message: msg, type: 'success' });
|
||||
|
||||
Reference in New Issue
Block a user