소스 검색

选择编辑搜索换成sbjc

xiebeibei 5 년 전
부모
커밋
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};