This commit is contained in:
guanj
2026-04-03 14:48:10 +08:00
parent fafc5f82c4
commit 48472bdb85
4 changed files with 15 additions and 14 deletions

View File

@@ -1740,7 +1740,7 @@ const optionarr = ref([
])
/**母线类型 */
const busBarType = ref([
{ name: '母线', value: 1 },
{ name: '实母线', value: 1 },
{ name: '虚拟母线', value: 0 }
])
const bigList: any = ref([])
@@ -1811,7 +1811,7 @@ const busBarDetail = ref({
/**电压等级 */
scale: '',
/**母线类型 */
model: 0,
model: 1,
/**母线id */
subvIndex: '',
/**监测点 */

View File

@@ -467,8 +467,7 @@ const makeUpSubmit = () => {
reCallEndTime: timeData.value[1],
reCallStartTime: timeData.value[0]
}
console.log('2222',form)
return
socket(form)
timePopUp.value = false
logPopUp.value = true