管道基础大数据平台系统开发-【前端】-新系統界面
13693261870
2024-02-04 d91f0dfcd2ef95fb3624d94ade24fe69a9169a58
src/views/datamanage/uploadmanage.vue
@@ -1227,18 +1227,18 @@
        std.push(this.multipleSelection[i].id)
      }
      if (this.formInline.type == 'DOM') {
        const data1 = await publish_selectRasterCs({
          ids: std.toString()
        })
        if (data1.code == 200 && data1.result.length == 0) {
        } else {
          this.rasterCsOption = data1.result;
          this.insertDialogVisible = false;
          this.rasterCsVisible = true;
          return
        }
      }
      // if (this.formInline.type == 'DOM') {
        // const data1 = await publish_selectRasterCs({
        //   ids: std.toString()
        // })
        // if (data1.code == 200 && data1.result.length == 0) {
        // } else {
        //   this.rasterCsOption = data1.result;
        //   this.insertDialogVisible = false;
        //   this.rasterCsVisible = true;
        //   return
        // }
      // }
      var obj = {
@@ -1469,6 +1469,7 @@
    },
    //预览弹窗打开
    setPreviewLayer(res) {
      res.stype= 'yl'
      this.$store.state.previewLayer = res;
      this.dialogVisible = true;
      this.showMapView = true;