소스 검색

bugfix过滤活动id

梁展鹏 3 년 전
부모
커밋
f2dea67850
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/photoManagement/imageGoodsManagement/toolbar.vue

+ 1 - 1
src/views/photoManagement/imageGoodsManagement/toolbar.vue

@@ -13,7 +13,7 @@ export default {
       fields: [
         // TODO 上传者
         {
-          type: 'ActivitySelect',
+          type: 'activityId',
           name: 'title',
           label: '上传位置'
         },