This commit is contained in:
BianLzhaoMin 2025-07-25 17:23:07 +08:00
parent 381404fbdb
commit 4a4f0076dc
3 changed files with 3 additions and 3 deletions

View File

@ -453,7 +453,7 @@ const beforeUpload = ({ file }) => {
//
const handleInspection = async () => {
if (robotBaseInfo.value.type.includes('巡')) {
if (robotBaseInfo.value.type.includes('巡')) {
return new Promise((resolve) => {
dialog.warning({
title: '提示',

View File

@ -478,7 +478,7 @@ const handleInspection = async () => {
// })
// }
if (robotBaseInfo.value.type.includes('巡')) {
if (robotBaseInfo.value.type.includes('巡')) {
return new Promise((resolve) => {
dialog.warning({
title: '提示',

View File

@ -157,7 +157,7 @@ const getRobotBaseInfo = async () => {
//
const handleInspection = async () => {
if (robotBaseInfo.value.type.includes('巡')) {
if (robotBaseInfo.value.type.includes('巡')) {
return new Promise((resolve) => {
dialog.warning({
title: '提示',