|
@@ -378,10 +378,10 @@
|
|
|
getInstrumentRoomInspection(processInspecion.value).then(res => {
|
|
|
if (res.data.length > 0) {
|
|
|
showTransfer.value = false
|
|
|
- processInspecion.value.flag = true
|
|
|
+ // processInspecion.value.flag = true
|
|
|
} else {
|
|
|
showTransfer.value = true
|
|
|
- processInspecion.value.flag = false
|
|
|
+ // processInspecion.value.flag = false
|
|
|
}
|
|
|
})
|
|
|
}
|