全局替换终端

This commit is contained in:
GGJ
2024-06-13 13:32:50 +08:00
parent d4db10d5ca
commit 2c66e096e7
90 changed files with 1369 additions and 628 deletions

View File

@@ -157,7 +157,7 @@ const submit = () => {
}
/**
* 设备类型切换
* 终端类型切换
*/
const changeType = (event: any) => {
@@ -168,7 +168,7 @@ const changeType = (event: any) => {
const changeDevStatus = async (event: any) => {
await getDeviceDetailData(event).then(res => {
//给当前设备赋值初始运行状态
//给当前终端赋值初始运行状态
form.value.devOriginalStatus = res.data.runFlag
})
}