Quellcode durchsuchen

Merge branch 'develop' of http://39.106.8.246:3003/web/wanda-editer into develop

haojianlong vor 4 Jahren
Ursprung
Commit
c9e4064378
2 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 1 0
      src/components/edit/attr_select.vue
  2. 1 1
      src/components/edit/edit-dialog.vue

+ 1 - 0
src/components/edit/attr_select.vue

@@ -608,6 +608,7 @@ export default {
             this.lengedName = Item.name;
             this.fontSize = Item.font.size;
             this.fontColor = Item.color.value;
+            this.lineWidth = Item.lineWidth;
             this.borderColor = Item.strokeColor ? Item.strokeColor.value : "";
             this.fillColor = Item.fillColor ? Item.fillColor.value : "";
             this.itemExplain = "";

+ 1 - 1
src/components/edit/edit-dialog.vue

@@ -280,7 +280,7 @@
                     size: this.size,//条数
                 }
                 if (this.keyword) {
-                    data.keyword = this.typeEdit == 'Image' ? `${this.keyword}:brand` : `${this.keyword}:wzjc`
+                    data.keyword = this.typeEdit == 'Image' ? `${this.keyword}:sbjc` : `${this.keyword}:wzjc`
                 }
                 const paramData = {classstructureid: this.classstructureid, gname: this.floorId};
                 const paramDataLocal = {locfl: this.locfl, gname: this.floorId};