Browse Source

adm:feat > 未关联平面图的业务空间默认显示全部

shaun-sheep 4 years ago
parent
commit
c07dc81b17

+ 2 - 2
src/components/business_space/lib/lookImages.vue

@@ -154,8 +154,8 @@ export default {
       }
       if (this.picArrs.length) {
         this.$nextTick(_ => {
-          // this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
-          this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
+          this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+          // this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
           let iframe = document.getElementById("google_ads_frame3")
           console.log(iframe)
           iframe.onload = () => {

+ 2 - 2
src/components/business_space/lib/uploadImgsName.vue

@@ -135,8 +135,8 @@ export default {
     //查看图片
     lookImg() {
       this.dialog.details = true
-      // this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
-      this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
+      this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+      // this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
     },
 
     //删除图片

+ 2 - 1
src/components/business_space/newGraphy/graphy.vue

@@ -496,7 +496,8 @@
         this.$message.warning('请至少选择一个空间');
         return;
       }
-      this.$refs.unRelateBSP.showDialog(this.buildFloor);
+      // this.$refs.unRelateBSP.showDialog(this.buildFloor);
+      this.$refs.unRelateBSP.showDialog();
     },
     // 取消(所有取消公用)
     cancelGraphy() {

+ 2 - 2
src/components/ledger/details/detail/lookImage.vue

@@ -58,8 +58,8 @@ export default {
     //查看图片
     lookImg() {
       this.dialog.details = true
-      // this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
-      this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
+      this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+      // this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
     },
 
     //上传

+ 2 - 2
src/components/ledger/lib/lookImages.vue

@@ -154,8 +154,8 @@
       }
       if (this.picArrs.length) {
         this.$nextTick(_ => {
-          // this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
-          this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
+          this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+          // this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
           let iframe = document.getElementById("google_ads_frame3")
           console.log(iframe)
           iframe.onload = () => {

+ 2 - 2
src/components/ledger/lib/uploadImgs.vue

@@ -107,8 +107,8 @@ export default {
       //查看图片
       lookImg() {
         this.dialog.details = true
-        // this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
-        this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
+        this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+        // this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
       },
       //删除图片
       delImage(i, key) {

+ 2 - 2
src/components/ledger/lib/uploadImgsName.vue

@@ -120,8 +120,8 @@ export default {
     //查看图片
     lookImg() {
       this.dialog.details = true
-      // this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
-      this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
+      this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+      // this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
     },
 
     //删除图片

+ 4 - 4
src/views/data_admin/buildData/index-2.vue

@@ -1168,8 +1168,8 @@ export default {
       }
       if (this.tablePicArr.Pic && this.tablePicArr.Pic.length) {
         this.dragSrc =
-          // process.env.BASE_URL + ":8890/photo-View.html?type=" +
-          process.env.BASE_URL + "/photo-View.html?type=" +
+          process.env.BASE_URL + ":8890/photo-View.html?type=" +
+          // process.env.BASE_URL + "/photo-View.html?type=" +
           // "http://172.16.0.181:8890/photo-View.html?type=" +
           this.tablePicArr.Pic[0].type +
           "&key=" +
@@ -1255,8 +1255,8 @@ export default {
     //点击图片查看大图
     seeBig(key, name, type) {
       this.dragSrc =
-        // process.env.BASE_URL + ":8890/photo-View.html?type=" +
-        process.env.BASE_URL + "/photo-View.html?type=" +
+        process.env.BASE_URL + ":8890/photo-View.html?type=" +
+        // process.env.BASE_URL + "/photo-View.html?type=" +
         type +
         "&key=" +
         key +

+ 4 - 4
src/views/data_admin/buildData/index.vue

@@ -1252,8 +1252,8 @@ export default {
       }
       if (this.tablePicArr.Pic && this.tablePicArr.Pic.length) {
         this.dragSrc =
-          // process.env.BASE_URL + ":8890/photo-View.html?type=" +
-          process.env.BASE_URL + "/photo-View.html?type=" +
+          process.env.BASE_URL + ":8890/photo-View.html?type=" +
+          // process.env.BASE_URL + "/photo-View.html?type=" +
           // "http://172.16.0.181:8890/photo-View.html?type=" +
           this.tablePicArr.Pic[0].type +
           "&key=" +
@@ -1339,8 +1339,8 @@ export default {
     //点击图片查看大图
     seeBig(key, name, type) {
       this.dragSrc =
-        // process.env.BASE_URL + ":8890/photo-View.html?type=" +
-        process.env.BASE_URL + "/photo-View.html?type=" +
+        process.env.BASE_URL + ":8890/photo-View.html?type=" +
+        // process.env.BASE_URL + "/photo-View.html?type=" +
         type +
         "&key=" +
         key +

+ 2 - 2
src/views/data_admin/buildGraphy/lib/lookImages.vue

@@ -153,8 +153,8 @@ export default {
       }
       if (this.picArrs.length) {
         this.$nextTick(_ => {
-          // this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
-          this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
+          this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+          // this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
           let iframe = document.getElementById("google_ads_frame3")
           console.log(iframe)
           iframe.onload = () => {

+ 2 - 2
src/views/data_admin/buildGraphy/lib/uploadImgsName.vue

@@ -120,8 +120,8 @@ export default {
     //查看图片
     lookImg() {
       this.dialog.details = true
-      // this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
-      this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
+      this.iframeSrc = process.env.BASE_URL + ":8890/photo-View.html"
+      // this.iframeSrc = process.env.BASE_URL + "/photo-View.html"
     },
 
     //删除图片