修改测试bug
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user