liangjiahao 3 жил өмнө
parent
commit
6ab435570c

+ 11 - 0
src/views/workingArrangements/planTask/index.vue

@@ -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>

+ 8 - 0
src/views/workingArrangements/workTask/index.vue

@@ -1193,6 +1193,7 @@ export default {
   height: 36px;
   background-color: #00365f;
   color: #fff;
+  border: 1px solid white !important;
 }
 .el-select-dropdown {
   background-color: white;
@@ -1448,4 +1449,11 @@ export default {
 ::v-deep .el-input__inner {
   border: 1px solid white !important;
 }
+.el-select-dropdown__item.selected {
+    color: #000;
+    font-weight: bold;
+}
+.vue-treeselect__menu{
+  color: #606266;
+}
 </style>