|
@@ -852,9 +852,11 @@ export default {
|
|
|
getDept2().then((res) => {
|
|
|
this.users = res.data;
|
|
|
console.log(this.users)
|
|
|
+
|
|
|
});
|
|
|
this.queryParams.adminId = val.id;
|
|
|
this.getZhuChi(this.queryParams.adminId);
|
|
|
+ this.getList()
|
|
|
},
|
|
|
// 执行单位选中触发
|
|
|
selectPeo1(val) {
|
|
@@ -1087,6 +1089,7 @@ export default {
|
|
|
},
|
|
|
zidainType(item){
|
|
|
this.queryParams.type=item.dictValue
|
|
|
+ this.getList();
|
|
|
// console.log(item)
|
|
|
},
|
|
|
/** 提交按钮 */
|
|
@@ -1219,6 +1222,7 @@ export default {
|
|
|
line-height: 36px;
|
|
|
background-color: #00365f;
|
|
|
color: #fff;
|
|
|
+ border: 1px solid white !important;
|
|
|
}
|
|
|
.el-select-dropdown {
|
|
|
background-color: white;
|
|
@@ -1493,4 +1497,11 @@ export default {
|
|
|
}
|
|
|
/* 去除默认字体 */
|
|
|
/* .el-select .el-input__inner */
|
|
|
+.el-select-dropdown__item.selected {
|
|
|
+ color: #000;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.vue-treeselect__menu{
|
|
|
+ color: #606266;
|
|
|
+}
|
|
|
</style>
|