提交 060a4d8d 作者: 翁进城

fix: 1.修正无人机起飞

2. 修正视图库多选问题
上级 cb040f97
...@@ -351,7 +351,7 @@ export default { ...@@ -351,7 +351,7 @@ export default {
fileType: this.fileType === "图片" ? 0 : 1, fileType: this.fileType === "图片" ? 0 : 1,
deviceId: this.uav.deviceId, deviceId: this.uav.deviceId,
type: parseInt(this.viewLibTab), type: parseInt(this.viewLibTab),
detectorType: this.aiType || "", detectorType: this.aiType || undefined,
}); });
let photoList = res.data.list; let photoList = res.data.list;
if (photoList.length === 0) { if (photoList.length === 0) {
...@@ -386,6 +386,8 @@ export default { ...@@ -386,6 +386,8 @@ export default {
onChangeFileType(i) { onChangeFileType(i) {
this.fileType = i; this.fileType = i;
this.aiType = 0; this.aiType = 0;
this.checkList = [];
this.isIndeterminate = false;
this.init(); this.init();
}, },
onDownload(url) { onDownload(url) {
......
...@@ -684,7 +684,7 @@ const actions = { ...@@ -684,7 +684,7 @@ const actions = {
try { try {
// 生成架次号 // 生成架次号
const flightSortieId = await TaskInfo.flightSortieId({ const flightSortieId = await TaskInfo.flightSortieId({
device_id: state.hangar.uav.deviceId, device_id: state.uav.deviceId,
reouteId: state.airlineData.id, reouteId: state.airlineData.id,
}); });
/* const flightSortieId = { /* const flightSortieId = {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论