微调
This commit is contained in:
@@ -306,7 +306,7 @@ const windfarmCapacityLabel = computed(() => {
|
||||
if (form.value.isWindfarm === '01') {
|
||||
return '风电场装机容量(MW)'
|
||||
} else {
|
||||
return '用户有功功率(MW)'
|
||||
return '用户有功容量(MW)'
|
||||
}
|
||||
})
|
||||
|
||||
@@ -330,6 +330,7 @@ const onsubmit = () => {
|
||||
}else{
|
||||
userAdd(form.value).then((res: any) => {
|
||||
form.value.assessId = res.data
|
||||
|
||||
ElMessage({
|
||||
type: 'success',
|
||||
message: '新增成功!'
|
||||
|
||||
Reference in New Issue
Block a user