|
@ -122,13 +122,19 @@ import { |
|
|
import { getNuclearExcelApi } from '@/api' |
|
|
import { getNuclearExcelApi } from '@/api' |
|
|
import PathPlan from 'cpns/PathPlan' |
|
|
import PathPlan from 'cpns/PathPlan' |
|
|
import { checkCanDiyPathApi, pathPlanApi, getPlanPathListApi } from '@/api/path' |
|
|
import { checkCanDiyPathApi, pathPlanApi, getPlanPathListApi } from '@/api/path' |
|
|
import { useAccountStore, useTaskStore, useImageStore } from '@/store' |
|
|
|
|
|
|
|
|
import { |
|
|
|
|
|
useAccountStore, |
|
|
|
|
|
useTaskStore, |
|
|
|
|
|
useImageStore, |
|
|
|
|
|
useCameraStore, |
|
|
|
|
|
} from '@/store' |
|
|
import { allOperatorApi } from '@/api/publish' |
|
|
import { allOperatorApi } from '@/api/publish' |
|
|
import moment from 'moment' |
|
|
import moment from 'moment' |
|
|
import Cookie from '@/utils/cookie' |
|
|
import Cookie from '@/utils/cookie' |
|
|
const accountStore = useAccountStore() |
|
|
const accountStore = useAccountStore() |
|
|
const taskStore = useTaskStore() |
|
|
const taskStore = useTaskStore() |
|
|
const imageStore = useImageStore() |
|
|
const imageStore = useImageStore() |
|
|
|
|
|
const cameraStore = useCameraStore() |
|
|
export default { |
|
|
export default { |
|
|
data() { |
|
|
data() { |
|
|
return { |
|
|
return { |
|
@ -559,6 +565,8 @@ export default { |
|
|
if (flag == 1 && canUpload) { |
|
|
if (flag == 1 && canUpload) { |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
|
|
|
// 直接取消继续任务按钮 |
|
|
|
|
|
cameraStore.updateContinueTask(false) |
|
|
imageStore.updateNuclearStationName(nuclearStationName) |
|
|
imageStore.updateNuclearStationName(nuclearStationName) |
|
|
imageStore.updateOperatorName(operatorName) |
|
|
imageStore.updateOperatorName(operatorName) |
|
|
imageStore.updateNuclearCoreName(nuclearCoreName) |
|
|
imageStore.updateNuclearCoreName(nuclearCoreName) |
|
|