Merge branch 'develop' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage into develop

This commit is contained in:
lpq
2023-02-24 22:38:52 +08:00

View File

@@ -437,7 +437,8 @@ export default {
});
};
const getDictList = async (param) =>
api1.getDict({
api1
.getDict({
pageNo: 1,
pageSize: 20,
setCode: param,
@@ -648,7 +649,6 @@ export default {
background-color: #fafafa;
}
.reworkCon {
height: 56px;
display: flex;
align-items: center;
border-bottom: 1px solid #f0f6fc;