Commit a735ead0 authored by 黄奎's avatar 黄奎

页面修改页面修改

parent b01abcda
...@@ -130,11 +130,10 @@ ...@@ -130,11 +130,10 @@
import { import {
UploadSelfFile UploadSelfFile
} from "../../api/common/common"; } from "../../api/common/common";
import selectTree from "../common/select-tree";
import extEditor from "../common/ext-editor"; import extEditor from "../common/ext-editor";
export default { export default {
components: { components: {
selectTree,
extEditor extEditor
}, },
props: { props: {
......
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
saveRoleInfo, saveRoleInfo,
GetRolePermission GetRolePermission
} from '../../api/system/index' } from '../../api/system/index'
import selectTree from '../common/select-tree'
export default { export default {
props: { props: {
saveObj: { saveObj: {
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
} }
}, },
components: { components: {
selectTree
}, },
data() { data() {
return { return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment