吉安感知网项目-前端
张含笑
2026-01-15 e65bc708df863ee0c59b39039f7db93c3ed4bd5b
applications/drone-command/src/views/job/components/executeNestDetails.vue
@@ -79,7 +79,7 @@
const deviseName = ref(null)
const devisejobInfoId = ref('')
const devisebatchNo = ref(null)
const loading = ref(false)
const loading = ref(true)
const isShowContinuingToFly = code => {
   return ContinuingToFly.find(i => i.code === code)
}