瀏覽代碼

选择编辑搜索换成sbjc

xiebeibei 4 年之前
父節點
當前提交
6e6ae4054d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/edit/edit-dialog.vue

+ 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};