Ver código fonte

fix(announcement): 修复公告初始化时brandScope默认值问题

yz 3 dias atrás
pai
commit
8888403add
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/announcement/mixins/announcementIndex.js

+ 1 - 1
src/views/announcement/mixins/announcementIndex.js

@@ -775,7 +775,7 @@ export default {
                     orgCode: this.userInfo?.orgCode || '',
                     orgName: this.userInfo?.orgName || '',
                     visibleRoles: [ROLE_TYPES.DEALER], // 默认经销商
-                    brandScope: { brandIds: [], brandNames: [] },
+                    brandScope: [],
                     customerBlacklist: [],
                     remark: '',
                     status: ANNOUNCEMENT_STATUS.DRAFT