|
@@ -886,6 +886,7 @@ export default {
|
|
},
|
|
},
|
|
zidainType(item) {
|
|
zidainType(item) {
|
|
this.queryParams.type = item.dictValue;
|
|
this.queryParams.type = item.dictValue;
|
|
|
|
+ this.getList();
|
|
// console.log(item)
|
|
// console.log(item)
|
|
},
|
|
},
|
|
// 发布单位选中触发
|
|
// 发布单位选中触发
|
|
@@ -896,6 +897,7 @@ export default {
|
|
});
|
|
});
|
|
this.queryParams.adminId = val.id;
|
|
this.queryParams.adminId = val.id;
|
|
this.getZhuChi(this.queryParams.adminId);
|
|
this.getZhuChi(this.queryParams.adminId);
|
|
|
|
+ this.getList()
|
|
},
|
|
},
|
|
/** 搜索按钮操作 */
|
|
/** 搜索按钮操作 */
|
|
handleQuery() {
|
|
handleQuery() {
|
|
@@ -1379,13 +1381,11 @@ export default {
|
|
}
|
|
}
|
|
.has-gutter {
|
|
.has-gutter {
|
|
background-color: #004d86;
|
|
background-color: #004d86;
|
|
|
|
+}
|
|
|
|
+.el-dialog__body .el-table tr:nth-child(odd) {
|
|
|
|
+ background-color: #004d86 !important;
|
|
}
|
|
}
|
|
-.el-table tr:nth-child(odd) {
|
|
|
|
- background-color: #004d86;
|
|
|
|
-}
|
|
|
|
-.el-table tr:nth-child(even) {
|
|
|
|
- background-color: #004d86;
|
|
|
|
-}
|
|
|
|
|
|
+
|
|
/* 下载按钮 */
|
|
/* 下载按钮 */
|
|
.downloadfile {
|
|
.downloadfile {
|
|
border: 1px solid white;
|
|
border: 1px solid white;
|