|
|
|
@ -10,6 +10,7 @@
|
|
|
|
|
:default-expand-all="true"
|
|
|
|
|
@node-click="handleNodeClick"
|
|
|
|
|
:expand-on-click-node="false"
|
|
|
|
|
highlight-current
|
|
|
|
|
>
|
|
|
|
|
<span class="custom-tree-node" slot-scope="{ node, data }">
|
|
|
|
|
<span style="font-size: 14px; font-weight: 500">{{
|
|
|
|
@ -326,7 +327,7 @@
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="上级菜单" prop="parentCode">
|
|
|
|
|
<treeselect
|
|
|
|
|
:disabled="formName=='add' || subData.code==10000"
|
|
|
|
|
disabled
|
|
|
|
|
v-model="subData.parentCode"
|
|
|
|
|
:options="fromDeptOptions"
|
|
|
|
|
:normalizer="normalizer"
|
|
|
|
@ -1543,6 +1544,7 @@ export default {
|
|
|
|
|
} else {
|
|
|
|
|
this.filterQuery.code = null;
|
|
|
|
|
}
|
|
|
|
|
this.filterQuery.page=1;
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
@ -1748,6 +1750,9 @@ export default {
|
|
|
|
|
height: 100%;
|
|
|
|
|
align-items: start;
|
|
|
|
|
}
|
|
|
|
|
.el-tree-node:focus > .el-tree-node__content {
|
|
|
|
|
background-color: rgb(158, 213, 250) !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|