|
|
@ -178,7 +178,7 @@ watch(() => isClose.value, async (newValue) => { |
|
|
|
}) |
|
|
|
const slideSwitch = async () => { |
|
|
|
if (systemStore.systemStatus.slidePlatHeating) { |
|
|
|
ElMessageBox.confirm('确认关闭喷头加热?', '提示', { |
|
|
|
ElMessageBox.confirm('确认关闭载玻台加热?', '提示', { |
|
|
|
type: 'warning', |
|
|
|
confirmButtonText: '确定', |
|
|
|
cancelButtonText: '取消', |
|
|
@ -193,11 +193,11 @@ const slideSwitch = async () => { |
|
|
|
cmdId: '', |
|
|
|
} |
|
|
|
await sendControl(params) |
|
|
|
FtMessage.success('已关闭载台加热') |
|
|
|
FtMessage.success('已关闭载玻台加热') |
|
|
|
}) |
|
|
|
} |
|
|
|
else { |
|
|
|
FtMessage.warning('载台加热已关闭') |
|
|
|
FtMessage.warning('载玻台加热已关闭') |
|
|
|
} |
|
|
|
} |
|
|
|
const nozzleSwitch = async () => { |
|
|
|