修改海南测试bug

This commit is contained in:
GGJ
2024-11-26 16:45:38 +08:00
parent a2c7c672fc
commit 6a57c4a573
14 changed files with 602 additions and 39 deletions

View File

@@ -29,6 +29,7 @@
<el-option v-for="item in levelList" :key="item.id" :label="item.name" :value="item.id" />
</el-select>
</el-form-item>
<el-form-item
:label="userShow == 'Power_Station_Users' ? '拟接入容量(MVA)' : '用户协议容量(MVA)'"
prop="protocolCapacity"
@@ -196,6 +197,7 @@ const tableStore: any = new TableStore({
title.value = '查看承载能力预评估用户'
form.value = JSON.parse(JSON.stringify(row))
form.value.regionList = [form.value.province, form.value.city, form.value.region]
userShow.value=uesrList.filter(item => item.id == row.userType)[0].code
}
},
{
@@ -209,8 +211,10 @@ const tableStore: any = new TableStore({
dialogVisible.value = true
await nextTick
title.value = '编辑承载能力预评估用户'
form.value = JSON.parse(JSON.stringify(row))
form.value.regionList = [form.value.province, form.value.city, form.value.region]
userShow.value=uesrList.filter(item => item.id == row.userType)[0].code
}
},
{