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