diff --git a/web/src/views/testdata/datamanagement/index.vue b/web/src/views/testdata/datamanagement/index.vue index 9bdea21..0905071 100644 --- a/web/src/views/testdata/datamanagement/index.vue +++ b/web/src/views/testdata/datamanagement/index.vue @@ -1665,11 +1665,11 @@ const pngobj: any = ref({ textcontent: [] }) function pngsure() { - if (!(pngradio.value && txtradio.value && configradio.value)) { + // configradio.value + if (!(pngradio.value && txtradio.value)) { ElMessage.warning('请选择底图或地理信息文件') return } - // 创建新的响应式对象 const newPngobj = { pngurl: '', @@ -1750,7 +1750,7 @@ const qvehuan: any = ref(false) const qvehuan1: any = ref(false) function frequency(row: any) { startSimpleNavi({ - samTimes: maptime.value, id: fredid.value, token: userStore.userId, taskId: projectId.value, configId: configradio.value + samTimes: maptime.value, id: fredid.value, token: userStore.userId, taskId: projectId.value, configId: '' }).then((res: any) => { if (res.code == '0' && row) { ElMessage.success("切换成功") @@ -2286,10 +2286,10 @@ function isConversion(fileName: string) { top="30px" draggable destroy-on-close>