|
@ -48,7 +48,7 @@ const startVisible = ref(false) |
|
|
|
|
|
|
|
|
const startExperimentHandle = () => { |
|
|
const startExperimentHandle = () => { |
|
|
if (systemStore.systemStatus.currentTasks) { |
|
|
if (systemStore.systemStatus.currentTasks) { |
|
|
FtMessage.error('记录已经开启') |
|
|
|
|
|
|
|
|
FtMessage.warning('记录已经开启') |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
startVisible.value = true |
|
|
startVisible.value = true |
|
|