{
getDevCapacity(formInline.devId)
.then(res => {
devCapacity.value = res.data
+
search()
})
.catch(() => {
diff --git a/src/views/govern/cloudDeviceEntry/index.vue b/src/views/govern/cloudDeviceEntry/index.vue
index 8d10d68..d2e5bf0 100644
--- a/src/views/govern/cloudDeviceEntry/index.vue
+++ b/src/views/govern/cloudDeviceEntry/index.vue
@@ -646,7 +646,7 @@
:controls="false"
:min="1"
style="width: 48%"
- oninput="value=value.replace(/[^\d]/g,'')"
+ oninput="value=value.replace(/[^\d]/g,'')"
v-model.number="lineItem.ptRatio"
:disabled="
!(
@@ -671,7 +671,7 @@
:controls="false"
:min="1"
style="width: 48%"
- oninput="value=value.replace(/[^\d]/g,'')"
+ oninput="value=value.replace(/[^\d]/g,'')"
v-model.number="lineItem.pt2Ratio"
:disabled="
!(
@@ -696,7 +696,7 @@
:controls="false"
:min="1"
style="width: 48%"
- oninput="value=value.replace(/[^\d]/g,'')"
+ oninput="value=value.replace(/[^\d]/g,'')"
v-model.number="lineItem.ctRatio"
:disabled="
!(
@@ -721,7 +721,7 @@
:controls="false"
:min="1"
style="width: 48%"
- oninput="value=value.replace(/[^\d]/g,'')"
+ oninput="value=value.replace(/[^\d]/g,'')"
v-model.number="lineItem.ct2Ratio"
:disabled="
!(
@@ -1079,7 +1079,7 @@ import MacAddressInput from '@/components/form/mac/MacAddressInput.vue'
import { auditEngineering } from '@/api/cs-device-boot/edData'
import { convertToObject } from 'typescript'
import { Loading } from '@element-plus/icons-vue'
-import { getListByIds } from '@/api/cs-harmonic-boot/recruitment'
+import { getList } from '@/api/cs-harmonic-boot/recruitment'
import { getDicDataByTypeCode } from '@/api/system-boot/csDictData'
defineOptions({
@@ -2858,8 +2858,11 @@ const area = async () => {
console.error('查询过程中出现错误:', error)
})
- getListByIds().then(res => {
- userList.value = res.data
+ getList({
+ pageNum: 1,
+ pageSize: 2000
+ }).then(res => {
+ userList.value = res.data.records
})
}
diff --git a/src/views/govern/device/control/tabs/realtime.vue b/src/views/govern/device/control/tabs/realtime.vue
index e5e5ded..4a47ad6 100644
--- a/src/views/govern/device/control/tabs/realtime.vue
+++ b/src/views/govern/device/control/tabs/realtime.vue
@@ -37,14 +37,16 @@
-
-
-
-
+
@@ -67,8 +69,13 @@
-
+
@@ -85,8 +92,13 @@
-
+
@@ -110,8 +122,13 @@
-
+
@@ -142,10 +159,6 @@
-
-
-
-