Merge branch 'main' of http://192.168.1.22:3000/Web/admin-govern
This commit is contained in:
@@ -1611,7 +1611,7 @@ const updateLineFunc = (id: any) => {
|
|||||||
ct2Ratio: currentLine.ct2Ratio || 1,
|
ct2Ratio: currentLine.ct2Ratio || 1,
|
||||||
monitorUser: currentLine.monitorUser || '',
|
monitorUser: currentLine.monitorUser || '',
|
||||||
monitorObj: currentLine.monitorObj || '',
|
monitorObj: currentLine.monitorObj || '',
|
||||||
govern: currentLine.govern || '',
|
govern: currentLine.govern ,
|
||||||
basicCapacity: currentLine.basicCapacity || 0,
|
basicCapacity: currentLine.basicCapacity || 0,
|
||||||
shortCircuitCapacity: currentLine.shortCircuitCapacity || 0,
|
shortCircuitCapacity: currentLine.shortCircuitCapacity || 0,
|
||||||
devCapacity: currentLine.devCapacity || 0,
|
devCapacity: currentLine.devCapacity || 0,
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ const editd = (e: any) => {
|
|||||||
const Aclick = (e: any) => {
|
const Aclick = (e: any) => {
|
||||||
//window.open(window.location.origin + `/zutai/?id=${e.id}&&name=${e.name}&&preview=false&&graphicDisplay=zl`)
|
//window.open(window.location.origin + `/zutai/?id=${e.id}&&name=${e.name}&&preview=false&&graphicDisplay=zl`)
|
||||||
window.open(
|
window.open(
|
||||||
'http://192.168.1.179:4001' +
|
'http://192.168.1.128:4001' +
|
||||||
`/zutai/?id=${e.id}&&name=${e.name}&&preview=false&&graphicDisplay=${VITE_FLAG ? 'ypt' : 'zl'}`
|
`/zutai/?id=${e.id}&&name=${e.name}&&preview=false&&graphicDisplay=${VITE_FLAG ? 'ypt' : 'zl'}`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -186,7 +186,7 @@ const iframeSrc = ref('')
|
|||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
iframeSrc.value =
|
iframeSrc.value =
|
||||||
'http://192.168.1.179:4001' + `/zutai/?id=4b4f7f4260198776594f5f9d93a532e8&&name=stt&&preview=true#/preview_YPT`
|
'http://192.168.1.128:4001' + `/zutai/?id=4b4f7f4260198776594f5f9d93a532e8&&name=stt&&preview=true#/preview_YPT`
|
||||||
|
|
||||||
// tableStore.index()
|
// tableStore.index()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user