fix:联系方式
This commit is contained in:
@@ -229,7 +229,7 @@
|
||||
.post(device.queryDevicePage, {
|
||||
pageNum: 1,
|
||||
pageSize: 999,
|
||||
energyType: selectedOptions[0].cnValue,
|
||||
energyType: selectedOptions[0].dicKey,
|
||||
orgId: orgId.value,
|
||||
})
|
||||
.then((res) => {
|
||||
@@ -241,7 +241,7 @@
|
||||
.post(group.queryDeviceGroupTree, {
|
||||
pageNum: 1,
|
||||
pageSize: 999,
|
||||
energyType: selectedOptions[0].cnValue,
|
||||
energyType: selectedOptions[0].dicKey,
|
||||
orgId: orgId.value,
|
||||
})
|
||||
.then((res) => {
|
||||
@@ -502,7 +502,7 @@
|
||||
.grey-background.ant-switch .ant-switch-handle {
|
||||
background-color: grey !important;
|
||||
}
|
||||
/deep/ .ant-form-item-label {
|
||||
:deep(.ant-form-item-label) {
|
||||
z-index: 20;
|
||||
text-align: right;
|
||||
width: 23%;
|
||||
|
Reference in New Issue
Block a user